From 96f65423f486b2ffb25bad1b1c3a39f7d8086a7e Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 13 Apr 2024 02:53:20 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/_common.scss | 8 ++++---- src/sass/gtk/_common-3.0.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/sass/gnome-shell/_common.scss b/src/sass/gnome-shell/_common.scss index 8dfb99fe..dc97dc48 100644 --- a/src/sass/gnome-shell/_common.scss +++ b/src/sass/gnome-shell/_common.scss @@ -24,10 +24,10 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT"; */ // Stage -// stage { -// @include fontsize($font_size); -// color: $text; -// } +stage { + @include fontsize($font_size); + color: $text; +} /* General Typography */ diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index d877006d..721a2592 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3120,22 +3120,22 @@ calendar { ***********/ messagedialog { // Message Dialog styling &.background { - background-color: if($variant == 'dark', background(f), background(c)); + background-color: $surface; .titlebar { &, &:backdrop { - background-color: if($variant == 'dark', background(f), background(c)); + background-color: $surface; } } &.csd { // rounded bottom border styling for csd version border-bottom-left-radius: $window-radius; border-bottom-right-radius: $window-radius; - background-color: if($variant == 'dark', background(f), background(c)); + background-color: $surface; .titlebar { &, &:backdrop { - background-color: if($variant == 'dark', background(f), background(c)); + background-color: $surface; } } }