This commit is contained in:
Janis
2023-02-10 14:48:59 +01:00
parent 730f33879b
commit 29c97e2c90
10 changed files with 530 additions and 64 deletions

View File

@@ -16,34 +16,37 @@ body {
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
color: var(--color-font-headline);
}
h1 {
font-size: 2rem;
font-weight: bold;
}
h2 {
font-size: 1.7rem;
font-weight: bold;
}
h3 {
font-size: 1.5rem;
font-weight: bold;
font-size: 1.4rem;
}
h4 {
font-size: 1.4rem;
font-weight: bold;
font-size: 1.3rem;
}
h5 {
font-size: 1.2rem;
font-weight: bold;
}
h6 {
font-size: 1.1rem;
font-weight: bold;
}
/* General Texts */