mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
8cdbebae71
Ensure that background-colors are always set. And import reset-to-defaults so that there's no background image or so.
10 lines
105 B
CSS
10 lines
105 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
background-color: green;
|
|
}
|
|
|
|
GtkGrid {
|
|
background-color: red;
|
|
}
|