chore: better style by override

This commit is contained in:
Eritque arcus 2025-12-04 03:48:38 -06:00 committed by GitHub
parent 4a1c00d471
commit de1241581d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,16 @@ ul,
.typst-doc * { .typst-doc * {
color: var(--darkgray); color: var(--darkgray);
fill: var(--darkgray); fill: var(--darkgray);
stroke: var(--darkgray);
overflow-wrap: break-word; overflow-wrap: break-word;
text-wrap: pretty; text-wrap: pretty;
} }
path.typst-shape {
// override
stroke: var(--darkgray);
fill: var(--lightgray);
}
.math { .math {
&.math-display { &.math-display {
text-align: center; text-align: center;