mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 19:04:06 -06:00
chore: better style by override
This commit is contained in:
parent
4a1c00d471
commit
de1241581d
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user