_sass/_post.scss in askclass-course-theme-0.13.2 vs _sass/_post.scss in askclass-course-theme-0.13.3

- old
+ new

@@ -40,11 +40,11 @@ } & > code { font-size: 0.8em; } } - h2 { font-size: 1.9em; } + h2 { font-size: 2.0em; } h3 { font-size: 1.7em; } h4 { font-size: 1.4em; } h5 { font-size: 1.2em; } h6 { font-size: 1.1em; color: var(--color-dark); } @@ -53,16 +53,18 @@ } pre { margin: 0; width: 100%; overflow-x: auto; + white-space: pre-wrap; code { border: 0; background-color: inherit; border-radius: 0; padding: 0; margin: 0; + white-space: pre; } } p:has(> sub) { margin: 1em 0 0 0; sub { @@ -136,18 +138,18 @@ } } } blockquote { - border-left: 2px solid var(--color-dark); + border-left: 2px solid var(--color-bullet); padding-left: 10px; margin: 0 10px 0 20px; font-weight: 300; p { margin: 0; } & + blockquote { - margin-bottom: 2em; + margin-top: 10px; } } dl { font-weight: 300;