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

Alexander Bilz
12.09.2022 fe27dbac37cf3301ac78c0ce6422eda748649447
assets/scss/partials/components/_archive.scss
@@ -15,23 +15,31 @@
    }
    &-date {
      @include themed() {
        color: t('primary-light');
      }
      float: right;
      max-width: 10%;
      text-align: right;
      color: $primary-light;
    }
    &-title {
      color: $primary;
      @include themed() {
        color: t('primary');
      }
      width: 90%;
      display: inline-block;
      &:hover {
        color: $info;
        @include themed() {
          color: t('info');
        }
      }
    }
    &-heading {
      @include themed() {
        color: t('primary');
      }
      font-size: 2.4rem;
      color: $primary;
      font-weight: 600;
      line-height: 2.2em;
    }