Skip to content

Commit

Permalink
Underline links on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Aug 8, 2024
1 parent e3f1fcd commit fda77e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ p a {
font-weight: bold;
color: var(--oc-gray-0);
text-decoration: none;

&:hover {
color: var(--oc-gray-3);
text-decoration: underline;
}
}

p a:hover,
a svg:hover {
color: var(--oc-gray-3);
}

0 comments on commit fda77e4

Please sign in to comment.