Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jul 22, 2024
1 parent 969db17 commit 50b740c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
[class^=videoControls_] /* video controls */,
#app-mount [class*=controlIcon_] /* stop streaming icon in preview */,
[class^=navButton_][class*=navButtonActive_] /* gif picker header selected */,
[class^=button_][class*=bannerColor_] {
[class^=button_][class*=bannerColor_] /* user profile buttons */,
[class*=backgroundAccent_] /* server insights warning */ {
color: var(--txt-1);
}
[class*=bannerVisible_] [class^=headerContent_] /* server name (when banner) */,
Expand Down

0 comments on commit 50b740c

Please sign in to comment.