fix: Add stroke color to typst-doc styles

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

View File

@ -44,6 +44,7 @@ ul,
.typst-doc * {
color: var(--darkgray);
fill: var(--darkgray);
stroke: var(--darkgray);
overflow-wrap: break-word;
text-wrap: pretty;
}