yattee/Open in Yattee/Resources/popup.css
2021-10-24 14:41:26 +02:00

16 lines
217 B
CSS

:root {
color-scheme: light dark;
}
body {
width: 100px;
padding: 10px;
font-family: system-ui;
text-align: center;
}
@media (prefers-color-scheme: dark) {
/* Dark Mode styles go here. */
}