mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
fix: remove * selector in CSS
This commit is contained in:
parent
de1241581d
commit
cc82f0aad6
@ -41,19 +41,18 @@ ul,
|
|||||||
.katex,
|
.katex,
|
||||||
.math,
|
.math,
|
||||||
.typst-doc,
|
.typst-doc,
|
||||||
.typst-doc * {
|
g[class~="typst-text"] {
|
||||||
color: var(--darkgray);
|
color: var(--darkgray);
|
||||||
fill: var(--darkgray);
|
fill: var(--darkgray);
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
}
|
}
|
||||||
|
|
||||||
path.typst-shape {
|
path[class~="typst-shape"] {
|
||||||
// override
|
|
||||||
stroke: var(--darkgray);
|
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