commit 336facbe292e77b87be96264f5847ed7f072ba66
parent 40ee6e81531df8800bdcafc94463ebb3b8d0d9f5
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 9 Aug 2024 15:27:04 +0100
style(pre): drop padded left border
updates
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/custom.css b/custom.css
@@ -136,7 +136,7 @@ a:focus {
overflow-x: auto;
border-radius: 0px;
border: 2px solid #9c353e;
- border-left: 12px solid #9c353e;
+ /*border-left: 12px solid #9c353e;*/
background-color: #110f0d;
display: table;
font-size: 0.9em;