From bffff8b34f330e5f837e90f91bbdce34b06bc903 Mon Sep 17 00:00:00 2001 From: Rohit yadav <151960291+rohir1132yadav@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:20:01 +0530 Subject: [PATCH] Update style.css i have change the UI --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index fe2546d31..bd3e675bd 100644 --- a/style.css +++ b/style.css @@ -46,7 +46,7 @@ } .switch-label .moon-icon { - color: #bdc3c7; + color: #264153; opacity: 0; left: 5px; } @@ -65,7 +65,7 @@ /* Checkbox Checked State */ .switch-checkbox:checked+.switch-label { - background-color: #111111; + background-color: #622828; } .switch-checkbox:checked+.switch-label .sun-icon { @@ -540,18 +540,20 @@ img:hover { } #features h3:hover { - color: #7b3ae4; + color: #2b1f3c; text-shadow: 3px 4px 7px rgba(146, 145, 144, 0.8); } .features-header:hover { - color: #7b3ae4; + color: #42305f; text-shadow: 3px 4px 7px rgba(146, 145, 144, 0.8); transform: scale(1.05); } /* pricing section */ .pricehead { + height: auto; + width:auto; text-align: center; font-weight: 700; padding-bottom: 45px;