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);
|
color: var(--links);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
opacity: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.primary {
|
.primary {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue