Add an underline to blue (external) links on hover
This commit is contained in:
parent
a1c61fc1fd
commit
37d9e48c0a
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…
Add table
Reference in a new issue