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

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