Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
maenDisease committed Jun 25, 2024
1 parent 2030b4c commit a356b15
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions css/ProfileBannerSkins.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -45,7 +62,8 @@
display: none;
}

.body_a45fe8 {
.body_a45fe8,
.body_d4e7c2 {
z-index: 2;
padding: 4px 12px 8px;
margin: 0 4px 0;
Expand Down

0 comments on commit a356b15

Please sign in to comment.