diff --git a/index.html b/index.html index 7080949..d97efc7 100644 --- a/index.html +++ b/index.html @@ -35,18 +35,6 @@ --transition: 0.25s ease; } - @media (prefers-color-scheme: dark) { - :root { - --bg: #1e1e20; - --bg-soft: #252529; - --bg-mute: #2c2c30; - --text-1: #e2e2e4; - --text-2: #9e9eb5; - --text-3: #6e6e80; - --divider: rgba(255,255,255,0.1); - } - } - *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } body {