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

Alexander Bilz
12.09.2022 fe27dbac37cf3301ac78c0ce6422eda748649447
assets/scss/partials/components/_pagination.scss
@@ -9,11 +9,13 @@
    padding: 0;
    height: 13px;
    &-item {
      @include themed() {
        color: t('primary');
      }
      margin: 0 2px 0 2px;
      display: inline;
      line-height: 1;
      text-decoration: none;
      color: $primary;
    }
  }
}