change hover color

This commit is contained in:
2024-12-03 09:50:39 +02:00
parent eb23ce9755
commit a5124c1308
3 changed files with 5 additions and 5 deletions

View File

@@ -213,14 +213,14 @@
<style>
nav a:hover{
color: #74ddc3 !important;
color: #c7c7c7 !important;
}
.active{
color: #74ddc3 !important;
color: #c7c7c7 !important;
}
.nav_btn:hover {
color: #74ddc3 !important;
color: #c7c7c7 !important;
}
</style>