style: add rules for code and footnotes

* NEW Sets a smaller font-size for code and footnotes.
* NEW Emphasis code with background color.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
pull/31/head
iGor milhit 2019-08-15 21:39:21 +02:00
parent f0549ca0dd
commit e27f8a9d46
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,16 @@ html, body {
font-size: 1.25rem;
}
code, .footnotes, .footnote-ref {
font-size: 1rem;
}
code, pre {
background-color: lightgrey;
border-radius: 5px;
padding: 0.2rem;
}
/*
* ************** *
* LAYOUT *