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;
|
font-family: var(--mainfont), sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Typography */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1 {
|
||||||
margin-top: 5px;
|
font-size: 4em;
|
||||||
margin-bottom: 5px;
|
}
|
||||||
|
|
||||||
|
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) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue