[gnome-shell/wip/jimmac/issue-45] theme: use cantarell light
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/issue-45] theme: use cantarell light
- Date: Wed, 14 Feb 2018 15:48:00 +0000 (UTC)
commit 10e951372a396caa6f42895f86e21b5f9319678e
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
data/theme/gnome-shell-sass/_common.scss | 8 ++++++--
1 file 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..b37b5f858 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: 16pt;
+ font-weight: normal;
+}
.screen-shield-notifications-container {
spacing: 6px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]