This commit is contained in:
Geoffrey Frogeye 2017-06-09 12:09:23 +02:00
parent 902ec65f1a
commit 6ca11e8fda
9 changed files with 217 additions and 92 deletions

View file

@ -14,6 +14,14 @@
}
code {
white-space: pre-wrap;
background: rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding: 1px;
}
pre code {
border: solid 1px rgba(0, 0, 0, 0.5);
display: block;
padding: 2px;
}
h1, h2, h3 {
text-decoration: underline;