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

View File

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