mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
01.45.2024 c615fcd6ba3ee2b27f47248894dc406bb1558bbf
feat: style blockquotes
1 files modified
5 ■■■■■ changed files
assets/scss/_content.scss 5 ●●●●● patch | view | raw | blame | history
assets/scss/_content.scss
@@ -283,6 +283,11 @@
  dl dd {
    margin-bottom: 10px;
  }
  blockquote {
    padding-left: 0.5em;
    border-left: 3px solid $color-text;
  }
}
//-------------------------------------------------------------------------------