mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 19:34:05 -06:00
fix: Add stroke color to typst-doc styles
This commit is contained in:
parent
ec26ebcc9e
commit
4a1c00d471
@ -44,6 +44,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user