User:Spectrazzz/common.css: Difference between revisions

From GRAY RAVENS
Content added Content deleted
No edit summary
Tag: Manual revert
No edit summary
Line 3: Line 3:
color: white;
color: white;
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;
}
}
.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: initial;
}
.postedit img {
   filter:  brightness(0) invert(1);
}