diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index adb8b70ef..28a7a5c1c 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -291,7 +291,7 @@ stage { %smaller { font-weight: 400; - @include fontsize(8pt); + @include fontsize(9pt); } %monospace {font-family: monospace;} diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss b/data/theme/gnome-shell-sass/widgets/_calendar.scss index f34e59110..80b30dc93 100644 --- a/data/theme/gnome-shell-sass/widgets/_calendar.scss +++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss @@ -268,10 +268,9 @@ spacing-columns: $base_padding * 2; .weather-forecast-time { - @extend %numeric; - @include fontsize(10pt); - padding-top: 0.2em; - padding-bottom: 0.4em; + @extend %smaller; + padding-top: $base_padding; + padding-bottom: $base_padding; } .weather-forecast-icon { icon-size: $large_scalable_icon_size;