feat: theme

This commit is contained in:
Barrett Ruth 2025-11-09 14:45:26 -05:00
parent fb0229d80e
commit b98b6f084a
4 changed files with 31 additions and 36 deletions

View file

@ -202,15 +202,17 @@ body {
header,
footer {
padding: 20px;
}
header {
font-size: 1.5em;
display: flex;
align-items: center;
justify-content: space-between;
}
#theme-toggle {
cursor: pointer;
user-select: none;
}
.main {
display: flex;
justify-content: center;