Merge pull request #690 from robintown/link-underline

Add an underline to blue (external) links on hover
This commit is contained in:
Robin 2022-10-31 16:11:16 -04:00 committed by GitHub
commit 658185a119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,11 @@
color: var(--links);
}
.link:hover {
text-decoration: underline;
opacity: initial;
}
.primary {
color: var(--accent);
}