[gnome-shell-sass] theme: use cantarell light



commit 10a8ef19861802e2a16d198980600aa97d687054
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Feb 14 16:42:56 2018 +0100

    theme: use cantarell light
    
    - lock screen
    - date in the calendar popover
    
    fixes issue #45

 _common.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 545ace1..f83b0d8 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1860,18 +1860,18 @@ StScrollBar {
 .screen-shield-clock {
   color: white;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
+  font-weight: bold;
   text-align: center;
   padding-bottom: 1.5em;
 }
 
 .screen-shield-clock-time {
   font-size: 72pt;
-  font-weight: 300;
   text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
 }
 
 .screen-shield-clock-date { 
-  font-size: 24pt;
+  font-size: 28pt;
   font-weight: normal;
 }
 


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