move i,em

This commit is contained in:
j 2025-06-17 08:39:25 +02:00
commit 4da1907023
2 changed files with 4 additions and 4 deletions

View file

@ -52,10 +52,6 @@ html, body {
}
i, em {
font-style: italic;
}
header, footer {
max-width: 1000px;
padding-top: 16px;

View file

@ -16,6 +16,10 @@ body {
outline: none;
}
i, em {
font-style: italic;
}
a {
color: var(--fg)
}