From ab563e0c00493345463e08c1c5dab25b4f3af03f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:18:41 +0700 Subject: [PATCH] stylesheets: use mixins more --- .config/ags/scss/_desktopbackground.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/ags/scss/_desktopbackground.scss b/.config/ags/scss/_desktopbackground.scss index 48392e470..64d40a030 100644 --- a/.config/ags/scss/_desktopbackground.scss +++ b/.config/ags/scss/_desktopbackground.scss @@ -14,15 +14,15 @@ } .bg-time-clock { + @include titlefont; @include bg-textshadow; - font-family: 'Gabarito'; font-size: 5.795rem; color: $onBackground; } .bg-time-date { + @include titlefont; @include bg-textshadow; - font-family: 'Gabarito'; font-size: 2.591rem; color: $onBackground; } @@ -34,15 +34,15 @@ } .bg-distro-txt { + @include titlefont; @include bg-textshadow; - font-family: 'Gabarito'; font-size: 1.432rem; color: $onBackground; } .bg-distro-name { + @include titlefont; @include bg-textshadow; - font-family: 'Gabarito'; font-size: 1.432rem; color: $onSecondaryContainer; }