From bf4c35bc7ad6e2a09983324617c8baaa55376982 Mon Sep 17 00:00:00 2001 From: Anurag Vishwakarma Date: Thu, 25 Jul 2024 13:47:26 +0530 Subject: [PATCH] Fixed email subscribtion box colour issue in dark-mode. --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 27375f2d..dbdd68fe 100644 --- a/styles.css +++ b/styles.css @@ -1227,7 +1227,7 @@ body.light-theme #emailInput { color: black; } -body.dark-theme #emailInput { +body.dark-theme #emailInput, body.dark-theme #subscriptionForm { background-color: #222f4b; color: white; }