[gnome-shell-sass] dateMenu: Tweak temperature labels



commit 7c780359983cb61b197f5612ecbad566c76a5cbf
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Dec 19 00:45:17 2019 +0100

    dateMenu: Tweak temperature labels
    
    Together with the forecast icon, the temperature label is the most
    important information in the weather section. To emphasize it more,
    reduce its space requirement by removing the temperature unit, then
    make the text bold.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/1143

 widgets/_calendar.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/widgets/_calendar.scss b/widgets/_calendar.scss
index 0c7c5fd..fcd4448 100644
--- a/widgets/_calendar.scss
+++ b/widgets/_calendar.scss
@@ -222,6 +222,10 @@
     icon-size: $base_icon_size * 2;
   }
 
+  .weather-forecast-temp {
+    font-weight: bold;
+  }
+
   .weather-forecast-time {
     color: darken($fg_color,30%);
     font-feature-settings: "tnum";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]