Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit b8fe7a8

Browse files
committed
fix mobile hover color issue
1 parent 3dd794b commit b8fe7a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/header.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,10 @@ export default props => {
271271
.nav__link {
272272
width: 100%;
273273
padding: 25px 15px;
274-
color: #666;
274+
color: #888;
275+
}
276+
.nav__link:hover {
277+
color: #222;
275278
}
276279
.nav__link--active {
277280
border: none;

0 commit comments

Comments
 (0)