mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-08 00:13:02 +00:00
11 lines
255 B
SCSS
11 lines
255 B
SCSS
.controls-manager, .secondary-monitor-workspaces {
|
|
spacing: $base_spacing * 2;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: rgba($osd_bg_color, 1);
|
|
background-image: url("assets/background.png");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|