mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
Fix light text color on menubar (#19)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
headerbar {
|
||||
padding: 0px 13px;
|
||||
min-height: 34px;
|
||||
background: if($variant == 'light', linear-gradient(to bottom, darken($main_dark_color, 7%), darken($main_dark_color, 7%)) , mix($base_color, darken($headerbar_color, 8%), 30%));
|
||||
background: if($variant == 'light', $headerbar_color , mix($base_color, darken($headerbar_color, 8%), 30%));
|
||||
color: $headerbar_fg_color;
|
||||
border-radius: 0;
|
||||
&:backdrop {
|
||||
|
||||
Reference in New Issue
Block a user