Initial commit

This commit is contained in:
Jack Mechem 2026-03-25 22:23:18 -07:00
parent e8115c8495
commit 526822335e
5 changed files with 197 additions and 66 deletions

View file

@ -13,10 +13,10 @@
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
:root {
--background: #ffffff;
--foreground: #171717;
}
}
body {