Initial Commit

This commit is contained in:
Ryan Breen
2023-01-11 21:33:45 -05:00
commit 12ccc005c9
44 changed files with 1727 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
: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. */
}