Dark Moded interrim checkin.

This commit is contained in:
Robin Davies
2023-06-28 04:48:35 -04:00
parent 2319c30649
commit e33e61e37a
62 changed files with 1568 additions and 128 deletions
+6
View File
@@ -15,3 +15,9 @@
div {
min-width: 0;
}
@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
}
}