Added color on hover at navigation

This commit is contained in:
2017-09-16 09:01:00 +07:00
parent 7f1d126339
commit d06921fcc8
2 changed files with 8 additions and 3 deletions

View File

@@ -77,9 +77,14 @@
nav .menu>.navy {
color: #000;
background-color: transparent;
margin-right: 2.5em;
}
nav .menu>.navy:hover {
background-color: rgba(17, 17, 17, .15);
}
.navy:hover, .title:hover {
color: rgba(17, 17, 17, .3);
}