mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
18 lines
216 B
CSS
18 lines
216 B
CSS
|
@import "reset-to-defaults.css";
|
||
|
|
||
|
window {
|
||
|
background-color: black;
|
||
|
}
|
||
|
|
||
|
#reference {
|
||
|
background: linear-gradient(red 50%, yellow 50%);
|
||
|
}
|
||
|
|
||
|
#red {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
#yellow {
|
||
|
background-color: yellow;
|
||
|
}
|