1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 07:20:32 +05:30
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. */
}