summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2018-02-14 16:42:56 +0100
committerJakub Steiner <jimmac@gmail.com>2018-02-14 18:06:39 +0100
commit273f0e88ddf6d6bd5fef60f7ed699cb553b7d233 (patch)
tree1f3524026e51704697182b2b9a2b80d790787428
parent7f8a1ec1fb2b2cd56033c7e6ed25b004769eb671 (diff)
downloadgnome-shell-wip/jimmac/issue-45.tar.gz
theme: use cantarell lightwip/jimmac/issue-45
- lock screen - date in the calendar popover fixes issue #45
-rw-r--r--data/theme/gnome-shell-sass/_common.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index d166075e4..ccbab94ec 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -908,6 +908,7 @@ StScrollBar {
.datemenu-today-button .date-label {
font-size: 1.5em;
+ font-weight: 300;
}
.world-clocks-header,
@@ -1843,17 +1844,20 @@ 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: 28pt; }
+.screen-shield-clock-date {
+ font-size: 24pt;
+ font-weight: normal;
+}
.screen-shield-notifications-container {
spacing: 6px;