mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
4 lines
113 B
CSS
4 lines
113 B
CSS
|
* {
|
||
|
background-image: -gtk-gradient (linear, left top, right top, from (rgb(255,255,255)), to (rgb(0,0,0)));
|
||
|
}
|