diff --git a/src/App.module.css b/src/App.module.css index d597ff2..2edf4cf 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -12,11 +12,7 @@ line-height: 1.5; } .debug-table tr:nth-of-type(odd) { - background-color: lightgreen; - - @media screen and (prefers-color-scheme: dark) { - background-color: green; - } + background-color: green; } .debug-table td { padding: 1rem; diff --git a/src/index.css b/src/index.css index 5741327..18bffe4 100644 --- a/src/index.css +++ b/src/index.css @@ -3,7 +3,6 @@ line-height: 1.5; font-weight: 400; - color-scheme: light dark; color: rgba(255, 255, 255, 0.87); background-color: #242424; @@ -51,19 +50,6 @@ button:focus-visible { outline: 4px auto -webkit-focus-ring-color; } -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } - a:hover { - color: #747bff; - } - button { - background-color: #f9f9f9; - } -} - .error { color: red; margin: 0 1rem;