mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
4 lines
108 B
CSS
4 lines
108 B
CSS
|
.background {
|
||
|
background: red url('data:,<svg><rect width="20" height="20" style="fill:lime"/></svg>');
|
||
|
}
|