Merge pull request #690 from robintown/link-underline
Add an underline to blue (external) links on hover
This commit is contained in:
commit
658185a119
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
|||
color: var(--links);
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
text-decoration: underline;
|
||||
opacity: initial;
|
||||
}
|
||||
|
||||
.primary {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue