From d04ee1b4f9e24e3a7a0e6f68dd0be12c79b1882b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 27 Apr 2024 12:46:05 +0200 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 53a2fd3a95..c2f20aed80 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -83,7 +83,9 @@ --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-warning: rgb(var(--warningcolor)); --text-danger: rgb(var(--dangercolor));