mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 03:14:06 -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 * {
|
||||
color: var(--darkgray);
|
||||
fill: var(--darkgray);
|
||||
stroke: var(--darkgray);
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user