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
parent
f0549ca0dd
commit
e27f8a9d46
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue