okay i made it slightly more cute. i couldn't help myself
This commit is contained in:
parent
9098d8e2ee
commit
883efa9bfd
1 changed files with 3 additions and 1 deletions
|
@ -13,8 +13,10 @@
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
pre, code { background-color: #eeeeee }
|
pre, code { background-color: #eeeeee; border-radius: 5px }
|
||||||
|
code { padding: 2px 7px }
|
||||||
pre { overflow: scroll; padding: 15px 20px; white-space: pre }
|
pre { overflow: scroll; padding: 15px 20px; white-space: pre }
|
||||||
|
pre code { padding: 0 }
|
||||||
a { color: blue }
|
a { color: blue }
|
||||||
nav a { margin-right: 10px }
|
nav a { margin-right: 10px }
|
||||||
hr { border: 0; border-bottom: 1px solid black }
|
hr { border: 0; border-bottom: 1px solid black }
|
||||||
|
|
Loading…
Reference in a new issue