From 36c4cb3d7ae9b5f524a16f5500925b0381b80d02 Mon Sep 17 00:00:00 2001 From: adityapat24 Date: Sun, 12 Apr 2026 13:59:18 -0400 Subject: [PATCH 1/2] background fix --- frontend/src/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css index 6bb4e773..317bdc44 100644 --- a/frontend/src/styles/index.css +++ b/frontend/src/styles/index.css @@ -132,7 +132,7 @@ button:hover { @media (prefers-color-scheme: light) { :root { color: var(--color-grey-800); - background-color: white; + background-color: var(--color-grey-150); } a:hover { color: var(--color-secondary-500); From 6ca3482dfaf4058976376ba63853f2440bb7c21f Mon Sep 17 00:00:00 2001 From: adityapat24 Date: Sun, 12 Apr 2026 17:22:07 -0400 Subject: [PATCH 2/2] removed media query --- frontend/src/styles/index.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css index 317bdc44..d552dd31 100644 --- a/frontend/src/styles/index.css +++ b/frontend/src/styles/index.css @@ -129,18 +129,6 @@ button:hover { border-color: var(--color-primary-900); } -@media (prefers-color-scheme: light) { - :root { - color: var(--color-grey-800); - background-color: var(--color-grey-150); - } - a:hover { - color: var(--color-secondary-500); - } - button { - background-color: var(--color-grey-100); - } -} input { border-width: 2px;