From 4c327ac2f55b1ffe98fe7f3f78d9fda6700c7d24 Mon Sep 17 00:00:00 2001 From: Voxel Date: Thu, 10 Apr 2025 16:02:11 -0400 Subject: [PATCH] Update index.html --- library/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/index.html b/library/index.html index d37fc7d..1181add 100644 --- a/library/index.html +++ b/library/index.html @@ -122,7 +122,7 @@ padding: 20px; overflow-y: auto; background-color: #000; - border-left: 2px solid #333; + border-left: 6px solid #333; } .text-display h1, .text-display h2, .text-display h3 { @@ -139,7 +139,7 @@ .divider { background-color: #333; cursor: ew-resize; - width: 2px; + width: 6px; height: 100%; }