diff --git a/static/index.css b/static/index.css index 81933b5..922a511 100644 --- a/static/index.css +++ b/static/index.css @@ -160,12 +160,11 @@ a:hover:after { /* For code snippets */ pre { overflow: auto; + background-color: #44475a; padding: 3px; - display: block; } code { - background-color: #44475a; color: #50fa7b; font-family: monospace; font-size: 0.9em;