diff --git a/resources/style.css b/resources/style.css index 8f39e5a..445db51 100644 --- a/resources/style.css +++ b/resources/style.css @@ -27,7 +27,7 @@ a:hover { background: var(--fg); } -code { +pre { background: var(--code-bg); padding: 0.5em; }