diff --git a/index.html b/index.html index 501799f..393bfbd 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,18 @@ +
@@ -34,9 +49,21 @@ a:hover { text-decoration: underline; } + /* Dark mode styles */ + @media (prefers-color-scheme: dark) { + body { + background-color: #1a1a1a; + color: #f4f4f4; + } + a { + color: #4ea4ff; + } + } ++