From 4e4b12b4477f453c67f6759802dad92b9dbc5068 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 22 May 2025 17:01:05 +0300 Subject: [PATCH] fix nav color link --- css/index.css | 12 ++++++++---- templates/partials/header.html | 11 ++++++++++- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/css/index.css b/css/index.css index ab8da58..12c977d 100644 --- a/css/index.css +++ b/css/index.css @@ -28,6 +28,10 @@ body .semigray2 { color: #424242 !important; } +body .nav a { + color: #333333 !important; +} + body .dropdown a{ @apply px-0 @@ -54,6 +58,10 @@ body.dark-mode { color: #ffffff; } +body.dark-mode .nav a { + color: #ffffff !important; +} + body.dark-mode .semigray { color: #e5e7eb !important; } @@ -267,10 +275,6 @@ background-color:#5596f5 !important; } -.blue{ - color:#2E83FF -} - .nav p > a { display: flex; width: 100%; diff --git a/templates/partials/header.html b/templates/partials/header.html index da9b14c..d717ef9 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -236,12 +236,21 @@