Commit 1a2d180e authored by Phil Hughes's avatar Phil Hughes

changed text color for reseting & hover on links

parent 030d0608
...@@ -179,10 +179,11 @@ $new-sidebar-width: 220px; ...@@ -179,10 +179,11 @@ $new-sidebar-width: 220px;
} }
a { a {
color: $white-light; color: rgba($white-light, .9);
&:hover, &:hover,
&:focus { &:focus {
color: $white-light;
background-color: rgba($black, .12); background-color: rgba($black, .12);
} }
} }
......
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