diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 455c26b4..0e3acc4d 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -3131,12 +3131,11 @@ messagedialog { // Message Dialog styling &.csd { // rounded bottom border styling for csd version border-bottom-left-radius: $window-radius; border-bottom-right-radius: $window-radius; - - background-color: $surface; + background-color: if($variant == 'dark', background(f), background(c)); .titlebar { &, &:backdrop { - background-color: if($variant == 'dark', $base, $surface); + background-color: if($variant == 'dark', background(f), background(c)); } } }