From 02420f41cd77f2a54badcc92e4235c0e8e27a844 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 6 Feb 2025 16:42:18 +0200 Subject: [PATCH] why page --- css/index.css | 38 +++++++++++++++++++++++----- templates/partials/header.html | 2 +- templates/partials/why/matters.html | 10 ++++---- templates/partials/why/ourwhy.html | 6 ++--- templates/partials/why/reason.html | 12 ++++----- templates/partials/why/team.html | 6 ++--- templates/partials/why/timeline.html | 36 +++++++++++++------------- templates/partials/why/values.html | 6 ++--- 8 files changed, 71 insertions(+), 45 deletions(-) diff --git a/css/index.css b/css/index.css index 52a22dc8a..27aaf66f5 100644 --- a/css/index.css +++ b/css/index.css @@ -30,6 +30,21 @@ body .icon { fill: #ffffff !important; } +body .dropdown a{ + @apply + px-0 + text-white +} + +body .dropdown{ + background-color: rgb(0 0 0 / 50%); + color: #fff; +} + +body .d_menu { + background-color: rgba(34 34 34); +} + /* lightMode */ body.light-mode { background-color: #ffffff; @@ -46,6 +61,21 @@ body.light-mode .semigray2 { color: #424242 !important; } +body.light-mode .dropdown a{ + @apply + px-0 + text-black +} + +body.light-mode .dropdown{ + background-color: rgb(255 255 255 / 100%); + color: #121212; +} + +body.light-mode .d_menu { + background-color: #e5e5e5; +} + body.light-mode .icon { fill: #424242 !important; @@ -150,7 +180,7 @@ img[src*="#absolute"] { .dropdown { - background-color: rgb(0 0 0 / 50%); + @apply lg:text-lg px-6 @@ -176,11 +206,7 @@ img[src*="#absolute"] { text-white } -.dropdown a{ - @apply - px-0 - text-white -} + .subtitle { background-color:#58CF77 !important; diff --git a/templates/partials/header.html b/templates/partials/header.html index 0f0051b42..53b13ece9 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -142,7 +142,7 @@