mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
chore: better style by override
This commit is contained in:
parent
4a1c00d471
commit
de1241581d
@ -44,11 +44,16 @@ ul,
|
||||
.typst-doc * {
|
||||
color: var(--darkgray);
|
||||
fill: var(--darkgray);
|
||||
stroke: var(--darkgray);
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
path.typst-shape {
|
||||
// override
|
||||
stroke: var(--darkgray);
|
||||
fill: var(--lightgray);
|
||||
}
|
||||
|
||||
.math {
|
||||
&.math-display {
|
||||
text-align: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user