Minor changes and fixes, showing Git commit in footer.

This commit is contained in:
Adsooi 2021-08-06 22:27:38 +02:00
parent 8b1403e2d2
commit d5c7d6c2cc
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
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;
}