Make footer link background colors explicitly transparent
Because we overrode the link color there to stay blue on hover.
This commit is contained in:
parent
1a37b7fe85
commit
c6e4120202
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
a:hover {
|
||||
color: $blue;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
//
|
||||
.container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue