This commit is contained in:
bronkuu 2026-04-27 16:52:14 +02:00
parent b1e40e7beb
commit 67de77b110
5 changed files with 137 additions and 29 deletions

View file

@ -14,7 +14,7 @@
}
}
h1, h2, h3{
h1, h2, h3, h4{
margin: 0;
font-family: serif;
color: var(--on-background);
@ -37,6 +37,15 @@ h3{
font-size: 1.5rem;
}
h4{
font-size: 1rem;
}
h5{
font-size: 0.8rem;
}
p {
color: var(--on-background);
line-height: 1.5rem;
@ -45,4 +54,15 @@ p {
section {
padding: 1rem 2rem;
margin: 0 auto;
}
svg {
height: 1em;
width: 1em;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}