forked from AuroraMiddleware/gtk
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>');
|
||
|
}
|