From 643aca5ffab3ca2ee7cfa5d5e0e5e25801999e45 Mon Sep 17 00:00:00 2001 From: Eritque arcus Date: Sat, 6 Dec 2025 16:01:04 -0600 Subject: [PATCH] fix(LaTex/render/Typst): Add stroke color to typst-doc styles (#2237) * fix: Add stroke color to typst-doc styles * chore: better style by override * fix: remove * selector in CSS * chore: remove empty line --- quartz/styles/base.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 391139cdd..0d642d60f 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -41,13 +41,17 @@ ul, .katex, .math, .typst-doc, -.typst-doc * { +g[class~="typst-text"] { color: var(--darkgray); fill: var(--darkgray); overflow-wrap: break-word; text-wrap: pretty; } +path[class~="typst-shape"] { + stroke: var(--darkgray); +} + .math { &.math-display { text-align: center;