diff --git a/src/scss/_common.scss b/src/scss/_common.scss index b02acc68..d3447ffd 100644 --- a/src/scss/_common.scss +++ b/src/scss/_common.scss @@ -337,6 +337,10 @@ white-space: pre; } + sup, sub { + line-height: 0; + } + // highlight.js colors --yfm-color-hljs-background: #{$codeBackgroundColor}; --yfm-color-hljs-subst: #444;