Skip to content

Commit

Permalink
[Glitch] Fix light mode colors for advanced interface banner
Browse files Browse the repository at this point in the history
Port a106c46 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
  • Loading branch information
Signez authored and ClearlyClaire committed Sep 4, 2023
1 parent e66f961 commit d6f5c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/flavours/glitch/styles/components/columns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ $ui-header-height: 55px;
}

.switch-to-advanced {
color: $classic-primary-color;
background-color: $classic-base-color;
color: $light-text-color;
background-color: $ui-base-color;
padding: 15px;
border-radius: 4px;
margin-top: 4px;
Expand Down

0 comments on commit d6f5c27

Please sign in to comment.