fix nav color link

This commit is contained in:
Ehab Hassan 2025-05-22 17:01:05 +03:00
parent f7ff263818
commit 4e4b12b447
2 changed files with 18 additions and 5 deletions

View File

@ -28,6 +28,10 @@ body .semigray2 {
color: #424242 !important; color: #424242 !important;
} }
body .nav a {
color: #333333 !important;
}
body .dropdown a{ body .dropdown a{
@apply @apply
px-0 px-0
@ -54,6 +58,10 @@ body.dark-mode {
color: #ffffff; color: #ffffff;
} }
body.dark-mode .nav a {
color: #ffffff !important;
}
body.dark-mode .semigray { body.dark-mode .semigray {
color: #e5e7eb !important; color: #e5e7eb !important;
} }
@ -267,10 +275,6 @@ background-color:#5596f5 !important;
} }
.blue{
color:#2E83FF
}
.nav p > a { .nav p > a {
display: flex; display: flex;
width: 100%; width: 100%;

View File

@ -236,12 +236,21 @@
<style> <style>
body .nav a {
color: #333333 !important;
}
body.dark-mode .nav a {
color: #ffffff !important;
}
nav a:hover{ nav a:hover{
color: #c7c7c7 !important; color: #c7c7c7 !important;
} }
.active{ .active{
color: #000000 !important; color: rgb(100, 100, 100) !important;
} }
.nav_btn:hover { .nav_btn:hover {
color: #c7c7c7 !important; color: #c7c7c7 !important;