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

Alexander Bilz
19.55.2022 b6c506efaf9dca3ff647085d77d39a0ccbdab4e1
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 {