Merge remote-tracking branch 'origin/v4' into steerability-eval-update

This commit is contained in:
vintro 2024-12-13 18:02:24 -08:00
commit c41828edff
No known key found for this signature in database

View File

@ -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,