Merging commits.

This commit is contained in:
Adsooi 2021-08-08 16:03:49 +02:00
commit f7fe8460da
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
6 changed files with 16 additions and 8 deletions

View file

@ -27,6 +27,10 @@ h2 {
font-size: x-large;
}
h3, p.h3 {
font-size: larger;
}
h1, h2, h3 {
font-family: var(--light-font);
}

View file

@ -41,5 +41,5 @@ code, .code {
font-family: monospace;
padding: 0.5em;
margin-bottom: 0.5em;
background: white;
background: #EEEEEE;
}