CSS for Katex (thank you antoniogarro)
This commit is contained in:
parent
a5e57ae133
commit
3b8b373eec
|
@ -78,6 +78,12 @@ a {
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Katex math typesetting */
|
||||||
|
.katex * {
|
||||||
|
margin-top: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fix for IE :( */
|
/* Fix for IE :( */
|
||||||
[tabindex="-1"]:focus,
|
[tabindex="-1"]:focus,
|
||||||
div:not([tabindex]):focus {
|
div:not([tabindex]):focus {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user