diff --git a/templates/main.css b/templates/main.css index a0a1f22..bf74678 100644 --- a/templates/main.css +++ b/templates/main.css @@ -95,3 +95,17 @@ aside footer a { main footer { text-align: right; } + +pre, code { + background: rgb(248, 248, 252); +} + +code { + padding: .05em; +} + +pre { + padding: 1em; + overflow-x: auto; + word-wrap: normal; +} \ No newline at end of file