CSS for Katex (thank you antoniogarro)

This commit is contained in:
zwbetz 2019-04-21 11:46:15 -05:00
parent a5e57ae133
commit 3b8b373eec
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ a {
outline-offset: 2px;
}
/* Katex math typesetting */
.katex * {
margin-top: 0;
background-color: transparent;
}
/* Fix for IE :( */
[tabindex="-1"]:focus,
div:not([tabindex]):focus {