wallDisplay/static/index.css

13 lines
362 B
CSS

body {
background-color: black;
color: white;
}
iframe {
display:inline-block;
}
iframe.embed {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
-webkit-filter: invert(100%);
}