hugo-theme-zzo/assets/sass/components/_math.scss

12 lines
231 B
SCSS
Raw Normal View History

2019-11-17 16:44:04 +00:00
.MathJax {
overflow-x: auto;
overflow-y: hidden;
box-sizing: border-box;
}
2020-07-24 05:07:48 +00:00
code.has-jax {
-webkit-font-smoothing: antialiased;
background: inherit !important;
border: none !important;
font-size: 100%;
}