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

- old
+ new

@@ -93,12 +93,12 @@ border: none; border-bottom: 1px solid var(--color-code-bg); } &.section { text-align: center; - line-height: 1px; - height: 3px; + line-height: 0; + height: 5px; font-size: 54px; overflow: visible; &:after { content: '\2055'; display: inline; @@ -168,11 +168,11 @@ } } samp { filter: blur(4px); - font-family: var(--font-special); - font-size: 18px; + font-family: var(--font-samp); + font-size: var(--samp-font-size); cursor: pointer; &.on { filter: none; color: var(--color-tertiary); }