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;
}
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%;

View File

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