Fix busted hover/focus on sidebar

This commit is contained in:
Mark Otto 2019-07-25 00:17:43 -07:00 committed by XhmikosR
parent 3adcf3a954
commit 172d580db3
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
&:hover,
&:focus {
color: rgba($white, .85);
color: rgba($black, .85);
text-decoration: none;
background-color: rgba($bd-purple-bright, .1);
}