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

Roland Varga
13.05.2024 ca0469823bacccd11f571577ceeb17421b6e1b08
fix: remove decoration around backtick blocks (#507)

* remove decoration and padding around backtick blocks
1 files modified
7 ■■■■■ changed files
assets/scss/partials/components/_post.scss 7 ●●●●● patch | view | raw | blame | history
assets/scss/partials/components/_post.scss
@@ -75,13 +75,6 @@
    code {
      font-family: monospace;
      padding: 0 2px;
      @include themed() {
        background-color: t('primary-lighter');
        border: 1px solid t('primary-lighter');
        border-radius: 2px;
      }
    }
    pre {