Update BlurpleRecolor.css
This commit is contained in:
parent
1d882dca76
commit
cd32a64c9e
|
@ -2365,6 +2365,12 @@ input.input-2g-os5 { /* textinput */
|
|||
background: white linear-gradient(rgba(var(--accentcolor), .5), rgba(var(--accentcolor), .5));
|
||||
color: rgb(var(--accentcolor));
|
||||
}
|
||||
/* bottag new forum post */
|
||||
html .newBadge-1LcB6t[style*="background-color: hsl(227, "],
|
||||
html .newBadge-1LcB6t[style*="background-color: hsl(235, "] {
|
||||
background: white linear-gradient(rgba(var(--accentcolor), .5), rgba(var(--accentcolor), .5)) !important;
|
||||
color: rgb(var(--accentcolor)) !important;
|
||||
}
|
||||
|
||||
.verified-1Jv_7P { /* verifiedbadge */
|
||||
color: rgb(var(--accentcolor));
|
||||
|
|
Loading…
Reference in New Issue