Skip to content

Commit

Permalink
Revert "refactor: do not change link color on hover"
Browse files Browse the repository at this point in the history
This reverts commit 70237ac.
  • Loading branch information
alexanderdavide committed Feb 19, 2022
1 parent 113b6a3 commit 6594cab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/scss/partials/_hugo.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
a {
text-decoration: none;

@include themed() {
color: t('primary');
}

&:hover {
@include themed() {
color: t('info');
}
}
}

blockquote {
Expand Down

0 comments on commit 6594cab

Please sign in to comment.