forked from AuroraMiddleware/gtk
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;
|
|
}
|