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

Andreas Deininger
07.57.2025 acb0c1788976af1601ac300b9206e1c898a29d5b
assets/scss/partials/components/_pagination.scss
@@ -1,3 +1,5 @@
@use 'modules/color_theme' as color;
.pagination {
  margin: 30px;
  padding: 0px 0 56px 0;
@@ -15,8 +17,8 @@
      line-height: 1;
      text-decoration: none;
      @include themed() {
        color: t('primary');
      @include color.themed() {
        color: color.t('primary');
      }
    }
  }