User:Spectrazzz/common.css: Difference between revisions

From GRAY RAVENS
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
border: none !important;
border: none !important;
background-image: url(https://cdn.discordapp.com/attachments/983307216314568725/983308001681227796/check.png);
background-image: url(https://cdn.discordapp.com/attachments/983307216314568725/983308001681227796/check.png);
background-repeat: initial;
background-repeat: no-repeat;
}
}
.postedit img {
.postedit img {

Revision as of 10:20, 6 June 2022

.postedit {
    background-color: #212129 !important;
    color: white;
    border: none !important;
    background-image: url(https://cdn.discordapp.com/attachments/983307216314568725/983308001681227796/check.png);
    background-repeat: no-repeat;
}
.postedit img {
   filter:  brightness(0) invert(1);
}