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

@@ -188,7 +188,7 @@ background-color:#5596f5 !important;
} }
.footer-cust a:hover { .footer-cust a:hover {
color: #74ddc3; color: #c7c7c7;
} }
.footer-cust h6{ .footer-cust h6{

View File

@@ -47,7 +47,7 @@ module.exports = {
transparent: 'transparent', transparent: 'transparent',
white: '#ffffff', white: '#ffffff',
black: '#000000', black: '#000000',
green: '#74ddc3 ', green: '#c7c7c7 ',
gray: colors.gray, gray: colors.gray,
slate: colors.slate, slate: colors.slate,
stone: colors.stone, stone: colors.stone,

View File

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