commit 629125026779ff0157edd555bdfc3f79f0883dd1
parent 0fa07980aa0d0d336c882b27a9ca1c760d1a6b44
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 9 Aug 2024 15:23:55 +0100
style(pre): drop padded left border
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -140,7 +140,7 @@ pre {
overflow-x: auto;
border-radius: 0px;
border: 1px solid #9c353e;
- border-left: 12px solid #9c353e;
+ /*border-left: 12px solid #9c353e;*/
background-color: #110f0d;
display: table;
}