Eritque arcus
2025-12-06 643aca5ffab3ca2ee7cfa5d5e0e5e25801999e45
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
1 files modified
6 ■■■■ changed files
quartz/styles/base.scss 6 ●●●● patch | view | raw | blame | history
quartz/styles/base.scss
@@ -41,13 +41,17 @@
.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;