pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit fdfaf845b121145146dfd7498511e65ceef470a6
parent fbfe6cd31d2434f8eaa55f950d8f9726c475716e
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 22 Jan 2024 11:30:42 +0000

pre bg, pre-code wrap

Diffstat:
Mstyle.css | 3++-
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 {