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

Felix Boerner
01.45.2024 b07cc1f6af773694460382445492db5ad2229a2b
feat: style blockquotes
refs/notes/semantic-release-v1.4.0
semantic-release-bot <semantic-release-bot@martynus.net>
Saturday, June 1, 2024 19:27 +0200
{"channels":[null]}
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;
  }
}
//-------------------------------------------------------------------------------