Change distinguish color to red (#181).
This commit is contained in:
parent
4cfd1d5a5b
commit
345ef7b5e7
1 changed files with 3 additions and 5 deletions
|
@ -4860,12 +4860,10 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mod {
|
.mod {
|
||||||
padding: 2px 5px 3px 5px;
|
padding: 3px 5px 2px 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color:white!important;
|
color: white !important;
|
||||||
background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet);
|
background-color: #ff0011; /* reddit admin red */
|
||||||
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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue