Style headers
This commit is contained in:
parent
5dbd947f74
commit
bbf7d48e91
1 changed files with 24 additions and 3 deletions
|
@ -9,13 +9,34 @@ body{
|
|||
font-family: var(--mainfont), sans-serif;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
h1 {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3.5em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue