gnome-shell/data/theme/gnome-shell-sass/widgets/_overview.scss
Jakub Steiner 1f3a364ffa theme: Desaturate system color
- avoid the color tint for the system grey background

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1599>
2021-01-29 21:56:05 +00:00

13 lines
152 B
SCSS

/* OVERVIEW */
#overview {
spacing: 24px;
}
#overviewGroup {
background-color: $system_bg_color;
}
.overview-controls {
padding-bottom: 32px;
}