diff --git a/src/sass/gnome-shell/common/_panel.scss b/src/sass/gnome-shell/common/_panel.scss index 3dffb824..28b91a9e 100644 --- a/src/sass/gnome-shell/common/_panel.scss +++ b/src/sass/gnome-shell/common/_panel.scss @@ -3,7 +3,7 @@ #panel { background-color: $panel_bg; - font-weight: bold; + font-weight: normal; height: $menuitem_size - 4px; box-shadow: 0 5px 16px rgba(black, 0.35); color: $panel_fg; @@ -55,7 +55,7 @@ .panel-button { -natural-hpadding: 8px; -minimum-hpadding: 8px; - font-weight: bold; + font-weight: normal; color: $panel_fg; transition-duration: 150ms; border-radius: $bt_radius; @@ -156,6 +156,12 @@ } } + Gjs_ui_panel_AppMenuButton.panel-button, + .menubar-button, // For Fildem global menu + .desktop-name-label { // For Unite + font-weight: bold !important; + } + &.unlock-screen, &.login-screen, &:overview {