Update code tag

This commit is contained in:
Kenox 2022-11-03 21:02:49 +01:00
commit 8d32effafc

View file

@ -13,6 +13,11 @@ Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmai
}*/
pre.code {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #1E1F22;
color: #78797A;
white-space: pre-wrap;
margin-left: 8em;
}