diff --git a/src/styles.css b/src/styles.css index eb1cf9b..bd0a4c3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -29,52 +29,6 @@ --hero-b: rgba(47, 106, 74, 0.2); } -:root[data-theme="dark"] { - --sea-ink: #d7ece8; - --sea-ink-soft: #afcdc8; - --lagoon: #60d7cf; - --lagoon-deep: #8de5db; - --palm: #6ec89a; - --sand: #0f1a1e; - --foam: #101d22; - --surface: rgba(16, 30, 34, 0.8); - --surface-strong: rgba(15, 27, 31, 0.92); - --line: rgba(141, 229, 219, 0.18); - --inset-glint: rgba(194, 247, 238, 0.14); - --kicker: #b8efe5; - --bg-base: #0a1418; - --header-bg: rgba(10, 20, 24, 0.8); - --chip-bg: rgba(13, 28, 32, 0.9); - --chip-line: rgba(141, 229, 219, 0.24); - --link-bg-hover: rgba(24, 44, 49, 0.8); - --hero-a: rgba(96, 215, 207, 0.18); - --hero-b: rgba(110, 200, 154, 0.12); -} - -@media (prefers-color-scheme: dark) { - :root:not([data-theme="light"]) { - --sea-ink: #d7ece8; - --sea-ink-soft: #afcdc8; - --lagoon: #60d7cf; - --lagoon-deep: #8de5db; - --palm: #6ec89a; - --sand: #0f1a1e; - --foam: #101d22; - --surface: rgba(16, 30, 34, 0.8); - --surface-strong: rgba(15, 27, 31, 0.92); - --line: rgba(141, 229, 219, 0.18); - --inset-glint: rgba(194, 247, 238, 0.14); - --kicker: #b8efe5; - --bg-base: #0a1418; - --header-bg: rgba(10, 20, 24, 0.8); - --chip-bg: rgba(13, 28, 32, 0.9); - --chip-line: rgba(141, 229, 219, 0.24); - --link-bg-hover: rgba(24, 44, 49, 0.8); - --hero-a: rgba(96, 215, 207, 0.18); - --hero-b: rgba(110, 200, 154, 0.12); - } -} - * { box-sizing: border-box; }