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,
|
||||
.math,
|
||||
.typst-doc,
|
||||
.typst-doc * {
|
||||
g[class~="typst-text"] {
|
||||
color: var(--darkgray);
|
||||
fill: var(--darkgray);
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
path.typst-shape {
|
||||
// override
|
||||
path[class~="typst-shape"] {
|
||||
stroke: var(--darkgray);
|
||||
fill: var(--lightgray);
|
||||
}
|
||||
|
||||
|
||||
.math {
|
||||
&.math-display {
|
||||
text-align: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user