Skip to content

Commit

Permalink
fix: no styling applied to h1-headings in markdown (closes #1668)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schmidmaier <mschmidm@users.noreply.github.com>
  • Loading branch information
mschmidm committed Oct 9, 2023
1 parent e9110eb commit 9ae2911
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/scssmixins/markdownOutput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* @copyright Copyright (c) 2023 Jonas Rittershofer <jotoeri@users.noreply.github.com>
*
* @author Jonas Rittershofer <jotoeri@users.noreply.github.com>
* @author Michael Schmidmaier <mschmidm@users.noreply.github.com>
*
* @license AGPL-3.0-or-later
*
Expand All @@ -28,6 +29,14 @@
margin-block-start: 1.5em;
}

h1 {
font-size: 28px;
font-weight: bold;
line-height: 34px;
margin-bottom: 12px;
color: var(--color-main-text);
}

blockquote {
padding-inline-start: 1em;
border-inline-start: 4px solid var(--color-primary-element);
Expand Down

0 comments on commit 9ae2911

Please sign in to comment.