change hover color
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user