mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 08:19:05 +00:00
[Glitch] Fix light mode colors for advanced interface banner
Port a106c46478 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
committed by
Claire
parent
e66f961e05
commit
d6f5c27fa9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user