Fixed no bold fonts on top bar (Gnome 45) #954

This commit is contained in:
vinceliuice 2023-10-13 15:23:53 +08:00
parent 64e2ac5b5c
commit fe99a976ef

View File

@ -49,7 +49,7 @@ $panel_height: $menuitem_size;
#panel {
background-color: $panel_bg;
font-weight: normal;
font-weight: 500;
color: $panel_fg;
font-feature-settings: "tnum";
transition-duration: 250ms;
@ -71,7 +71,6 @@ $panel_height: $menuitem_size;
.panel-button {
-natural-hpadding: 12px;
-minimum-hpadding: 12px;
font-weight: normal;
color: $panel_fg;
transition-duration: 150ms;
border-radius: $bt_radius;