mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
Fix background color in headerbars text entries
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
headerbar {
|
||||
padding: 0px 13px;
|
||||
min-height: 34px;
|
||||
background: if($variant == 'light', $headerbar_color , mix($base_color, darken($headerbar_color, 8%), 30%));
|
||||
background: $headerbar_color;
|
||||
color: $headerbar_fg_color;
|
||||
border-radius: 0;
|
||||
&:backdrop {
|
||||
@@ -29,7 +29,7 @@ headerbar {
|
||||
@extend .dim-label;
|
||||
}
|
||||
|
||||
entry { min-height: 24px;}
|
||||
entry { min-height: 24px; background: lighten($headerbar_color, 3%);}
|
||||
|
||||
button {
|
||||
@include button(normal-header);
|
||||
|
||||
Reference in New Issue
Block a user