Update style

This commit is contained in:
Ondřej Nývlt 2023-08-17 12:42:28 +02:00
parent bcc0f1696e
commit 962b45e373

View file

@ -16,8 +16,7 @@
html {
box-sizing: border-box;
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-family: system-ui, sans-serif;
}
body {
@ -384,5 +383,9 @@ details[open] summary::before {
}
.changeset table th {
font-size: var(--font-size-s);
font-weight: 500;
color: var(--color-muted);
padding-right: 1rem;
vertical-align: top;
}