This commit is contained in:
Vince 2021-07-05 08:08:45 +08:00
parent bb101fb24f
commit c67f6e83ca
2 changed files with 2 additions and 2 deletions

View file

@ -1467,7 +1467,7 @@ actionbar {
}
}
.background headerbar {
headerbar {
min-height: $headerbar_size;
padding: 0 $container_padding + 10px;
color: $header_fg;

View file

@ -120,7 +120,7 @@
// Buttons
@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
@mixin button($t, $actionb_bg: red, $actionb_fg: green) {
//
// Button drawing function
//