Skip to content

Commit

Permalink
Fix light mode colors for advanced interface banner (mastodon#26759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Signez committed Sep 4, 2023
1 parent ea31929 commit a106c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon/components.scss
Expand Up @@ -3272,8 +3272,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 a106c46

Please sign in to comment.