From dd2d3c1c3524f9fa2c4bb7342913109f8da62813 Mon Sep 17 00:00:00 2001 From: Snigdha Singh Date: Wed, 8 Jan 2025 15:21:56 +0100 Subject: [PATCH] main button dark mode --- src/pages/index.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 2857d741..0608aa11 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -40,6 +40,10 @@ justify-content: center; } +[data-theme='dark'] .mainButton { + background-color: #346eee; +} + .mainButton { background-color: #ffffff; color: #346eee;