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

alexanderdavide
19.38.2022 ec4043e4815b7c5a553c9c634644902f73359ac3
refactor: display links in post content as info
1 files modified
24 ■■■■■ changed files
assets/scss/partials/components/_post.scss 24 ●●●●● patch | view | raw | blame | history
assets/scss/partials/components/_post.scss
@@ -27,11 +27,23 @@
  }
  &__content {
    a {
      @include themed() {
        color: t('info');
      }
    }
    h1 {
      text-transform: uppercase;
      font-size: 3em;
      letter-spacing: 1px;
      line-height: 1;
      a {
        @include themed() {
          color: t('primary');
        }
      }
    }
    h2 {
@@ -40,6 +52,12 @@
      font-size: 2.6rem;
      line-height: 1;
      font-weight: 600;
      a {
        @include themed() {
          color: t('primary');
        }
      }
    }
    h3 {
@@ -48,6 +66,12 @@
      line-height: 1;
      font-weight: 600;
      font-size: 2.2rem;
      a {
        @include themed() {
          color: t('primary');
        }
      }
    }
    ul,