commit 915a487d8fde3144d1d5e78e845e61982cd7e239
parent ec58ac9311dc5151d3f6d841b29c3672d465f827
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 22 Jan 2024 11:30:10 +0000
pre bg, pre-code wrap
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -110,7 +110,7 @@ pre {
border-radius: 0px;
border: 2px solid #9c353e;
border-left: 12px solid #9c353e;
- background-color: #181512;
+ background-color: #110f0d;
display: table;
}
@@ -121,6 +121,7 @@ pre > code {
padding: 7.5px;
display: table;
font-size: 0.9em;
+ white-space: pre-wrap;
}
code {