mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
15570dd63d
What used to be "green" is now "lime"
18 lines
249 B
CSS
18 lines
249 B
CSS
@import url("reset-to-defaults.css");
|
|
|
|
#window {
|
|
engine: none;
|
|
background-image: none;
|
|
background-color: lime;
|
|
border-radius: 0;
|
|
border-style: none;
|
|
}
|
|
|
|
#nowindow {
|
|
background-color: red;
|
|
}
|
|
|
|
#window#nowindow {
|
|
background-color: blue;
|
|
}
|