This commit is contained in:
vinceliuice 2024-08-07 19:29:13 +08:00
parent d835a32978
commit 7523e1e0ce

View file

@ -50,10 +50,10 @@ headerbar {
margin: 0;
border: none;
min-height: $medium_size;
background-color: $headerbar_backdrop_color;
background-color: $headerbar_bg_color;
&:backdrop {
background-color: $headerbar_bg_color;
background-color: $headerbar_backdrop_color;
}
@if $rimless == 'false' {