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

Alexander Bilz
19.55.2022 b6c506efaf9dca3ff647085d77d39a0ccbdab4e1
Merge remote-tracking branch 'alexanderdavide/feature/refactor-css-to-scss' into feature/refactor-css-to-scss

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 {