Skip to content

Commit

Permalink
Workaround for jarring hover behavior on hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
tripleee committed Aug 23, 2022
1 parent b82fc05 commit 24d056b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
---

@import "{{ site.theme }}";
a:hover, a:focus {
text-decoration: underline;
font-weight:unset;
}

0 comments on commit 24d056b

Please sign in to comment.