mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 19:34:05 -06:00
only affect main text
This commit is contained in:
parent
c41828edff
commit
7bf57ad587
@ -45,9 +45,6 @@ ul,
|
|||||||
fill: var(--darkgray);
|
fill: var(--darkgray);
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
font-size: 0.9rem;
|
|
||||||
letter-spacing: -0.03em;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.math {
|
.math {
|
||||||
@ -132,6 +129,18 @@ a {
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p,
|
||||||
|
ul,
|
||||||
|
ol,
|
||||||
|
li,
|
||||||
|
td,
|
||||||
|
tr,
|
||||||
|
.math {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
letter-spacing: -0.03em;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
& li:has(> input[type="checkbox"]) {
|
& li:has(> input[type="checkbox"]) {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -151,12 +160,6 @@ a {
|
|||||||
p > strong {
|
p > strong {
|
||||||
color: var(--dark);
|
color: var(--dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
letter-spacing: -0.03em;
|
|
||||||
line-height: 1.5;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& > #quartz-body {
|
& > #quartz-body {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user