mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
Update style
This commit is contained in:
parent
bcc0f1696e
commit
962b45e373
1 changed files with 5 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
font-family: system-ui, sans-serif;
|
||||||
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -384,5 +383,9 @@ details[open] summary::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.changeset table th {
|
.changeset table th {
|
||||||
|
font-size: var(--font-size-s);
|
||||||
|
font-weight: 500;
|
||||||
|
color: var(--color-muted);
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue