change hover color
This commit is contained in:
@@ -188,7 +188,7 @@ background-color:#5596f5 !important;
|
||||
}
|
||||
|
||||
.footer-cust a:hover {
|
||||
color: #74ddc3;
|
||||
color: #c7c7c7;
|
||||
}
|
||||
|
||||
.footer-cust h6{
|
||||
|
||||
@@ -47,7 +47,7 @@ module.exports = {
|
||||
transparent: 'transparent',
|
||||
white: '#ffffff',
|
||||
black: '#000000',
|
||||
green: '#74ddc3 ',
|
||||
green: '#c7c7c7 ',
|
||||
gray: colors.gray,
|
||||
slate: colors.slate,
|
||||
stone: colors.stone,
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user