Remove header link hover color
This commit is contained in:
parent
80bece5640
commit
b0dc7ff841
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.header a {
|
||||
.header a,
|
||||
.header a:hover {
|
||||
padding-left: 15px;
|
||||
color: #9feaf9;
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Reference in a new issue