mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +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>');
|
|
}
|