From 84254353af483eaca2735ea1f5afe0270339a9ab Mon Sep 17 00:00:00 2001 From: Devansh Aggarwal Date: Tue, 29 Oct 2024 01:14:49 +0530 Subject: [PATCH] Updated text-color to white --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5292426c3..64f43b050 100644 --- a/css/style.css +++ b/css/style.css @@ -69,7 +69,7 @@ html { } -html[data-theme="dark"] { +html [data-theme="dark"] { --bg: #1e293b; --btn-color: #fecdd3; --btn-text: #1e293b;