stylesheets: use mixins more

This commit is contained in:
end-4
2024-02-19 20:18:41 +07:00
parent fb376edfe4
commit ab563e0c00
+4 -4
View File
@@ -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;
}