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

alexanderdavide
20.47.2022 708d5c1fbc80428f01cb5c8a627fc157ec4ca561
assets/scss/partials/components/_pagination.scss
@@ -9,13 +9,14 @@
    padding: 0;
    height: 13px;
    &-item {
      @include themed() {
        color: t('primary');
      }
      margin: 0 2px 0 2px;
      display: inline;
      line-height: 1;
      text-decoration: none;
      @include themed() {
        color: t('primary');
      }
    }
  }
}