latex fix

This commit is contained in:
EvilMuffinHa 2022-02-17 10:42:29 -05:00
parent fc06d6f34f
commit f530fd7ea2

View File

@ -1,4 +1,7 @@
/* @import url("file:///home/gideon/.config/nvim/configs/colors.css"); */
/* weird look: plantuml, mermaid
* flowchart looks ok ok
* Code highlights (highlight.js / hljs) incorrect, not base16
*/
body { background-color: var(--background); }
@ -410,5 +413,5 @@ li::marker {
}
.katex-html {
color: var(--color6);
color: var(--color7);
}