diff --git a/static/katex.less b/static/katex.less index 79c0629d..718d05e8 100644 --- a/static/katex.less +++ b/static/katex.less @@ -10,11 +10,6 @@ } } -math.katex { - font-size: 1.21em; - line-height: 1.2; -} - .katex { font: normal 1.21em KaTeX_Main; line-height: 1.2; @@ -30,12 +25,12 @@ math.katex { .katex-mathml { // Accessibility hack to only show to screen readers // Found at: http://a11yproject.com/posts/how-to-hide-content/ - position: absolute !important; + position: absolute; clip: rect(1px, 1px, 1px, 1px); - padding: 0 !important; - border: 0 !important; - height: 1px !important; - width: 1px !important; + padding: 0; + border: 0; + height: 1px; + width: 1px; overflow: hidden; }