fix: remove * selector in CSS

This commit is contained in:
Eritque arcus 2025-12-05 18:15:37 -06:00 committed by GitHub
parent de1241581d
commit cc82f0aad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,19 +41,18 @@ ul,
.katex, .katex,
.math, .math,
.typst-doc, .typst-doc,
.typst-doc * { g[class~="typst-text"] {
color: var(--darkgray); color: var(--darkgray);
fill: var(--darkgray); fill: var(--darkgray);
overflow-wrap: break-word; overflow-wrap: break-word;
text-wrap: pretty; text-wrap: pretty;
} }
path.typst-shape { path[class~="typst-shape"] {
// override
stroke: var(--darkgray); stroke: var(--darkgray);
fill: var(--lightgray);
} }
.math { .math {
&.math-display { &.math-display {
text-align: center; text-align: center;