mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-28 05:13:10 +00:00
Make all links gray on hover (#468)
This commit is contained in:
parent
58b9cf57b0
commit
e2bb6f92e7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ footer span[role=separator]::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
a:visited:hover {
|
.site-footer a:hover {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue