Change distinguish color to red (#181).

This commit is contained in:
TLSM 2022-08-17 01:43:23 -04:00
parent 4cfd1d5a5b
commit 345ef7b5e7
No known key found for this signature in database
GPG key ID: E745A82778055C7E

View file

@ -4860,12 +4860,10 @@ html {
}
.mod {
padding: 2px 5px 3px 5px;
padding: 3px 5px 2px 5px;
border-radius: 5px;
color: white !important;
background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet);
background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet );
text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
background-color: #ff0011; /* reddit admin red */
}
.popover {