Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2022-10-22 11:50:36 +02:00
parent bec28e72ab
commit b85ccff9fd
1 changed files with 4 additions and 0 deletions

View File

@ -2397,6 +2397,10 @@ html .newBadge-1LcB6t[style*="background-color: hsl(235, "] {
color: rgb(var(--accentcolor)) !important;
}
#app-mount .tag-2N0orS {
background: rgb(255, 255, 255) linear-gradient(45deg, rgb(var(--accentcolor)), rgba(var(--accentcolor), 0.5));
}
.verified-1Jv_7P { /* verifiedbadge */
color: rgb(var(--accentcolor));
}