Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2024-04-27 12:46:05 +02:00
parent 6a209e98fb
commit d04ee1b4f9
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@
--dangercolor: 237, 66, 69; --dangercolor: 237, 66, 69;
} }
.theme-light, .theme-dark, .theme-amoled { .theme-light:not(.userProfileOuterThemed_a425f3),
.theme-dark:not(.userProfileOuterThemed_a425f3),
.theme-amoled:not(.userProfileOuterThemed_a425f3) {
--text-positive: rgb(var(--successcolor)); --text-positive: rgb(var(--successcolor));
--text-warning: rgb(var(--warningcolor)); --text-warning: rgb(var(--warningcolor));
--text-danger: rgb(var(--dangercolor)); --text-danger: rgb(var(--dangercolor));