From 5b18f6034ab94e7fa557d89bcd7924383e033441 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Wed, 27 Mar 2019 21:30:30 +0000 Subject: [PATCH] Revert to ensure size remains 10pt --- common/gnome-shell/3.30/sass/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gnome-shell/3.30/sass/_common.scss b/common/gnome-shell/3.30/sass/_common.scss index e1b557f..17b4d66 100644 --- a/common/gnome-shell/3.30/sass/_common.scss +++ b/common/gnome-shell/3.30/sass/_common.scss @@ -25,7 +25,7 @@ $asset_path: if($variant == 'dark', dark-assets, light-assets); // // Globals // -$font-size: 9; +$font-size: 10; $font-family: Futura Bk bt, Cantarell, Sans-Serif; $_bubble_bg_color: opacify($osd_bg_color,0.25); $_bubble_fg_color: $osd_fg_color;