mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
* katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet * fix typo
This commit is contained in:
parent
33a82e395e
commit
d0dec741ad
@ -13,10 +13,16 @@ tags: [[$:/tags/Stylesheet]]
|
||||
text-rendering: auto;
|
||||
}
|
||||
|
||||
/* Reset Automatic Numbering on a per tiddler basis */
|
||||
|
||||
.tc-tiddler-frame {
|
||||
counter-reset: katexEqnNo;
|
||||
}
|
||||
|
||||
/* Avoid TW5's max-width: 100% */
|
||||
|
||||
.katex svg {
|
||||
max-width: initial;
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
/* Override font URLs */
|
||||
|
Loading…
Reference in New Issue
Block a user