[examples/openspending][xs] - fix styling

This commit is contained in:
Luccas Mateus de Medeiros Gomes 2023-06-06 21:59:21 -03:00
parent 683159da02
commit 20c64222c1

View File

@ -178,13 +178,3 @@ a {
* {
box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
body {
color: white;
background: black;
}
}