mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
19.43.2022 6594cabbb4be999a82c769b8ce7633267d26d3b0
Revert "refactor: do not change link color on hover"

This reverts commit 70237acf9df8e4153db43e3c19e4df0826629feb.
1 files modified
7 ■■■■ changed files
assets/scss/partials/_hugo.scss 7 ●●●● patch | view | raw | blame | history
assets/scss/partials/_hugo.scss
@@ -1,9 +1,14 @@
a {
  text-decoration: none;
  @include themed() {
    color: t('primary');
  }
  &:hover {
    @include themed() {
      color: t('info');
    }
  }
}
blockquote {