Use inherit background for non white background links
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
&:hover {
|
||||
cursor: default;
|
||||
background: $color-white;
|
||||
background: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user