Change font weight of headings to normal

This commit is contained in:
Luca 2023-03-11 14:02:45 +01:00
parent a960b17da4
commit 0648f34dba
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ a {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }