Add more style to headers

This commit is contained in:
h3artbl33d 2025-03-08 18:14:09 +01:00
parent bbf7d48e91
commit b9b6437812
2 changed files with 8 additions and 2 deletions

View file

@ -17,26 +17,32 @@ a {
h1 {
font-size: 4em;
font-weight: 600;
}
h2 {
font-size: 3.5em;
font-weight: 600;
}
h3 {
font-size: 3em;
font-weight: 600;
}
h4 {
font-size: 2.5em;
font-weight: 500;
}
h5 {
font-size: 2em;
font-weight: 500;
}
h6 {
font-size: 1.5em;
font-weight: 500;
}
@media (prefers-color-scheme: dark) {