Improve code blocks

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-08-30 03:33:26 +03:00
parent cd345597b2
commit 0e7c9581f3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -64,13 +64,11 @@ a {
} }
pre, pre * { pre, pre * {
background-color: #181818; background-color: #1f1b1a;
} }
pre { pre {
padding: 1em; padding: 1em;
word-wrap: initial;
overflow-y: scroll;
border-radius: 4px; border-radius: 4px;
} }