Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2023-10-26 16:45:17 +02:00
parent c88cfd37a8
commit 18ae583c87
1 changed files with 4 additions and 0 deletions

View File

@ -2090,6 +2090,10 @@ input.input_d266e7 { /* textinput */
background: white linear-gradient(rgba(var(--accentcolor), .5), rgba(var(--accentcolor), .5));
color: rgb(var(--accentcolor));
}
#app-mount .newBadge__359f1 { /* bottag new forum post */
background: white linear-gradient(rgba(var(--accentcolor), .5), rgba(var(--accentcolor), .5)) !important;
color: rgb(var(--accentcolor)) !important;
}
#app-mount .tag_d31581 {
background: rgb(255, 255, 255) linear-gradient(45deg, rgb(var(--accentcolor)), rgba(var(--accentcolor), 0.5));