commit 6a704f1aeaf6852418b27ae4de00435e8833b58c
parent aff8eca5fe6cc674aa5b0ecca39f465ae1b1b19d
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 9 Aug 2024 15:23:18 +0100
style(pre): drop padded left border
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -151,7 +151,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;
}