meta: Minor design updates

This commit is contained in:
Jan Kremer 2025-03-01 20:24:13 +01:00
parent bc23423206
commit 4096d0abf1
Signed by: jan
GPG key ID: A7DA689CB3B078EC
3 changed files with 6 additions and 4 deletions

View file

@ -62,8 +62,8 @@ h1 {
text-align: center;
}
time {
float: top right;
em {
color: var(--red);
}
table {
@ -80,6 +80,7 @@ table {
color: light-dark(black, white);
font-family: var(--serif);
font-weight: bold;
font-variant: normal;
display: flex;
justify-content: center;
align-items: center;
@ -97,6 +98,7 @@ header {
font-size: 1.25rem;
font-family: var(--serif);
font-weight: bold;
font-variant: small-caps;
& nav {
& ul {
display: flex;