From 4a62c072d2699026d5861d5ca51f8fd5666fb3e0 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 29 Nov 2019 12:52:47 -0300 Subject: [PATCH] theme: Adjust lock screen clock fonts These values were decided during the GNOME Shell Hackfest, but they're still subject to changes. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872 --- data/theme/gnome-shell-sass/_common.scss | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 02478dc99..1d115c7bc 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -2049,21 +2049,19 @@ $_unlockdialog_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726); .unlock-dialog-clock { color: white; - text-shadow: $_unlockdialog_shadow; - font-weight: bold; + font-weight: 300; text-align: center; - padding-bottom: 1.5em; + padding-bottom: 2.5em; } .unlock-dialog-clock-time { - font-size: 72pt; - text-shadow: $_unlockdialog_shadow; + font-size: 64pt; + padding-bottom: 24px; font-feature-settings: "tnum"; } .unlock-dialog-clock-date { - font-size: 28pt; - font-weight: normal; + font-size: 16pt; } .unlock-dialog-notifications-container {