mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
Merge branch 'main' of github.com:vinceliuice/Colloid-gtk-theme
This commit is contained in:
@@ -3132,15 +3132,11 @@ messagedialog { // Message Dialog styling
|
||||
border-bottom-left-radius: $window-radius;
|
||||
border-bottom-right-radius: $window-radius;
|
||||
|
||||
@if $variant == 'dark' {
|
||||
background-color: transparent;
|
||||
} @else {
|
||||
background-color: $surface;
|
||||
}
|
||||
|
||||
.titlebar {
|
||||
&, &:backdrop {
|
||||
background-color: if($variant == 'dark', transparent, $surface);
|
||||
background-color: if($variant == 'dark', $base, $surface);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user