Use inherit background for non white background links

This commit is contained in:
George Drummond 2019-02-21 14:26:09 -05:00
parent e9ee8553ce
commit 219636245b
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -72,7 +72,7 @@
&:hover {
cursor: default;
background: $color-white;
background: inherit;
}
}