1f3a364ffa
- avoid the color tint for the system grey background Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1599>
13 lines
152 B
SCSS
13 lines
152 B
SCSS
/* OVERVIEW */
|
|
|
|
#overview {
|
|
spacing: 24px;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: $system_bg_color;
|
|
}
|
|
|
|
.overview-controls {
|
|
padding-bottom: 32px;
|
|
} |