From a356b1517de83f1540f3ce99a28c6d880d64289a Mon Sep 17 00:00:00 2001 From: maenDisease <90428263+maenDisease@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:39:28 -0500 Subject: [PATCH] stuff --- css/ProfileBannerSkins.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/css/ProfileBannerSkins.css b/css/ProfileBannerSkins.css index 4c6850e..9098c89 100644 --- a/css/ProfileBannerSkins.css +++ b/css/ProfileBannerSkins.css @@ -9,11 +9,28 @@ background: rgba(0 0 0/.5); } - .body_a45fe8 { + .body_a45fe8, + .body_d4e7c2 { background: rgba(0 0 0/.5); } } + &.theme-light { + --bg-mod-faint: rgba(255 255 255/.2); + --border-faint: hsla(0, 0%, 100%, 0.12); + --input-background: rgba(255 255 255/.5); + + + .header_c6e596 .wrapper_c51b4e::before { + background: rgba(255 255 255/.5); + } + + .body_a45fe8, + .body_d4e7c2 { + background: rgba(255 255 255/.5); + } + } + .bannerSVGWrapper_b32cc2 { overflow: visible; contain: none; @@ -45,7 +62,8 @@ display: none; } - .body_a45fe8 { + .body_a45fe8, + .body_d4e7c2 { z-index: 2; padding: 4px 12px 8px; margin: 0 4px 0;