Skip to content

Commit

Permalink
change popout bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Metro420yt committed Sep 15, 2024
1 parent 38b8b1c commit f7efc51
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions stuff/_member-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -501,13 +501,11 @@
}
.userProfileOuterUnthemed_c69a7b {
.fullSizeOverlayBackground_c69a7b {
background-color: var(--background-secondary);
background-color: var(--background-tertiary);
}
&.userPopoutOuter_c69a7b > .userProfileInner_c69a7b,
.userProfileModalInner_c69a7b {
background-color: var(--background-secondary-alt);
}
&.userPopoutOuter_c69a7b > .userProfileInner_c69a7b {
background-color: var(--background-tretiary);
background-color: var(--background-primary);
}
}

Expand Down

0 comments on commit f7efc51

Please sign in to comment.