mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 11:24:05 -06:00
Merge remote-tracking branch 'origin/v4' into steerability-eval-update
This commit is contained in:
commit
c41828edff
@ -45,6 +45,9 @@ 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 {
|
||||||
@ -424,7 +427,7 @@ code {
|
|||||||
font-family: var(--codeFont);
|
font-family: var(--codeFont);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 0.1rem 0.2rem;
|
padding: 0.1rem 0.2rem;
|
||||||
background: var(--lightgray);
|
background: var(--highlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody,
|
tbody,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user