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 {