diff options
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 8933b64f..998c6a38 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3229,12 +3229,12 @@ actionbar button.image-button { actionbar .title { font-weight: bold; - font-size: 10pt; + font-size: 100%; padding: 0px 12px 0px 12px; } actionbar .subtitle { - font-size: 9pt; + font-size: 90%; padding: 0px 12px 0px 12px; } |