yattee/Open in Yattee/Resources/popup.css

16 lines
217 B
CSS
Raw Normal View History

2021-10-24 12:31:10 +00:00
: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. */
}