From a36c39e774459977e43e6c28533a786cdd031145 Mon Sep 17 00:00:00 2001 From: Ankitha R <149484435+Ankitha2130@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:43:55 +0530 Subject: [PATCH] Update style.css --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 2e9bc4dd..b52e0ed5 100644 --- a/style.css +++ b/style.css @@ -115,6 +115,10 @@ body { padding: 100px 0px 100px 0px; } +.dark-mode .about_us{ + background-color: rgb(178, 44, 94); +} + #about { /* margin: 34px; */ display: flex; @@ -158,6 +162,9 @@ body { color: brown; } +.dark-mode .h-primary{ + color: #fff; +} .h-secondary { font-family: "Bree Serif", serif; font-size: 1.5rem;