added device-dependent dark mode

This commit is contained in:
George Powell
2026-02-26 07:27:30 -05:00
parent ad1774e6b0
commit 592fa917cd
11 changed files with 102 additions and 65 deletions

View File

@@ -10,6 +10,12 @@ html, body {
background: oklch(89.126% 0.06134 298.626);
}
@media (prefers-color-scheme: dark) {
html, body {
background: oklch(18% 0.03 298.626);
}
}
.big-text {
font-size: 0.75rem;
text-transform: uppercase;
@@ -18,6 +24,12 @@ html, body {
font-weight: 700;
}
@media (prefers-color-scheme: dark) {
.big-text {
color: rgb(156 163 175);
}
}
/* Page load animations */
@keyframes fadeInUp {
from {