Better color in navigation plus hover efect
This commit is contained in:
parent
5a7b057c0b
commit
855a314cee
2 changed files with 3 additions and 3 deletions
|
@ -283,7 +283,7 @@ nav ul {
|
|||
}
|
||||
nav.overlay ul li a {
|
||||
position: relative;
|
||||
color:#4A4A4A;
|
||||
color:#969696;
|
||||
font-weight: bold;
|
||||
font-size: 2.3em;
|
||||
}
|
||||
|
@ -306,7 +306,7 @@ nav ul li a:after {
|
|||
transition: all .5s;
|
||||
}
|
||||
nav ul li a:hover{
|
||||
color:#0E404D;
|
||||
color:#575757;
|
||||
text-decoration: none;
|
||||
}
|
||||
nav ul li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue