[gnome-weather] Set temperature label's font accordingly to the updated design



commit 9552b73e5332bad8c45e3a73e9877e7a032f46ea
Author: Vitaly Dyachkov <obyknovenius me com>
Date:   Tue Jun 30 17:03:08 2020 +0200

    Set temperature label's font accordingly to the updated design

 data/application.css | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/data/application.css b/data/application.css
index 98236cc..f831ad1 100644
--- a/data/application.css
+++ b/data/application.css
@@ -6,6 +6,12 @@
     font-weight: bold;
 }
 
+#temperature-label {
+    font-size: 32pt;
+    font-weight: 900;
+    margin-left: 16px;
+}
+
 #weather-page-placeholder-title {
     font-weight: bold;
     font-size: 1.2em;
@@ -23,11 +29,6 @@
     font-size: 1.5em;
 }
 
-#temperature-label {
-    font-size: 4em;
-    margin-left: 16px;
-}
-
 #attribution-label {
     font-size: small;
 }


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