From 7078fe7ea8b011f81af230a03712d3841ddaec9e Mon Sep 17 00:00:00 2001 From: biswa2005 Date: Wed, 23 Oct 2024 14:03:31 +0530 Subject: [PATCH] fix: fixed the about us page cards dark mode --- aboutus.html | 2 ++ style.css | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/aboutus.html b/aboutus.html index ed8a7b9..7e5faca 100644 --- a/aboutus.html +++ b/aboutus.html @@ -77,6 +77,8 @@ text-align: center; } + + .feature:hover { transform: translateX(-5px); box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15); diff --git a/style.css b/style.css index 1bf1164..f7d38b6 100644 --- a/style.css +++ b/style.css @@ -475,7 +475,10 @@ nav ul li.login:hover { color: #ccc; } .dark-mode .feature p { - color: #000; /* Set paragraph color to black */ + color: whitesmoke; /* Set paragraph color to black */ +} +.dark-mode .feature{ + background: #111111; } .col-1 h3 {