diff --git a/frontend/src/index.css b/frontend/src/index.css index a51a5c0..7b35201 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -51,7 +51,9 @@ button { background-color: #1a1a1a; cursor: pointer; transition: border-color 0.25s; + color: white; } + button:hover { border-color: #646cff; } @@ -60,19 +62,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; - } -} - #root { height: 100%; width: 100%; @@ -92,4 +81,5 @@ input { background-color: #2b2a33; border-color: #646cff; border-radius: 8px; + color: white; }