From 94181ea999f5fb0adb61fbf45f571564083ca666 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Wed, 10 Jul 2024 14:36:25 -0230 Subject: [PATCH] style: Text and icon weight adjustments - bump the font weight of the clock - lower the font weight of user names - adjust avatar weight Part-of: --- data/theme/gnome-shell-sass/widgets/_login-lock.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/theme/gnome-shell-sass/widgets/_login-lock.scss b/data/theme/gnome-shell-sass/widgets/_login-lock.scss index 7e00a4623..a89af5bf3 100644 --- a/data/theme/gnome-shell-sass/widgets/_login-lock.scss +++ b/data/theme/gnome-shell-sass/widgets/_login-lock.scss @@ -217,7 +217,7 @@ $_gdm_dialog_width: 25em; .unlock-dialog-clock-time { @extend %numeric; @include fontsize(72pt); - font-weight: 200; + font-weight: 800; } .unlock-dialog-clock-date { @@ -318,7 +318,8 @@ $_gdm_dialog_width: 25em; spacing: $base_padding * 4; .user-widget-label { - @extend %title_1; + font-weight: 400; + @include fontsize(20pt); text-align: center; margin-bottom: .75em; } @@ -327,7 +328,7 @@ $_gdm_dialog_width: 25em; icon-size: $base_icon_size * 10; & StIcon { - padding: $base_padding * 4; + padding: $base_padding * 5; } } }