Minor changes and fixes, showing Git commit in footer.
This commit is contained in:
parent
8b1403e2d2
commit
d5c7d6c2cc
6 changed files with 16 additions and 8 deletions
|
@ -27,6 +27,10 @@ h2 {
|
|||
font-size: x-large;
|
||||
}
|
||||
|
||||
h3, p.h3 {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: var(--light-font);
|
||||
}
|
||||
|
|
|
@ -41,5 +41,5 @@ code, .code {
|
|||
font-family: monospace;
|
||||
padding: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
background: white;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue