Unverified Commit da568b76 authored by Ryan Lieu's avatar Ryan Lieu Committed by GitHub

Fixed hover color on link to home button (#181)

* fixed hover on home link to change color

* updated css to be cleaner
parent ce5096dd
......@@ -19,7 +19,8 @@
color: $text-medium;
}
.nav-bar a:hover {
.nav-bar a:hover,
.nav-bar a:hover span {
color: $brand-color-4;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment