diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 06baf974d..85a9b976f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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; + color: white !important; + background-color: #ff0011; /* reddit admin red */ } .popover {