fix nav color link

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

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;