Some style tweaks

This commit is contained in:
Robert Marshall 2020-03-15 09:09:26 +00:00
parent 3c99b74fd5
commit 7cb235310a
2 changed files with 12 additions and 4 deletions

View file

@ -32,11 +32,11 @@
}
pre > code {
border-radius: 4px;
border-left: 4px solid @primary;
margin-bottom: 10px;
overflow: auto;
padding: 6px;
margin: 0;
padding-left:10px;
tab-size: 4;
-moz-tab-size: 4;
@ -46,7 +46,6 @@
*/
display: block;
overflow-x: auto;
padding: 0.5em;
background: #282b2e;
color: #e0e2e4;