From 33513c3355d0b73bc04ff1ffa04733876d09e56b Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 11 Apr 2021 19:28:45 +0800 Subject: [PATCH] Fixed #182 --- src/sass/gnome-shell/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/gnome-shell/_common.scss b/src/sass/gnome-shell/_common.scss index 59f0d26..28330b4 100644 --- a/src/sass/gnome-shell/_common.scss +++ b/src/sass/gnome-shell/_common.scss @@ -25,6 +25,6 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT"; // Stage stage { - @include fontsize($base_font_size); + @include font(body-1); color: $fg_color; }