Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2022-10-25 17:05:55 +02:00
parent a4b0ef7ffc
commit 6ab5abb925
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@
--bdfdb-red: rgb(var(--dangercolor));
}
.theme-light, .theme-dark, .theme-amoled {
.theme-light:not(.userProfileOuterThemed-3EfHmv),
.theme-dark:not(.userProfileOuterThemed-3EfHmv),
.theme-amoled:not(.userProfileOuterThemed-3EfHmv) {
--text-positive: rgb(var(--successcolor));
--text-warning: rgb(var(--warningcolor));
--text-danger: rgb(var(--dangercolor));