From 5a92648a7dd6c00e4108cde8c465447d2a3bab33 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 01:28:59 +0100 Subject: [PATCH] Update tree line styles in index.css --- src/index.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index db81ed3..574de25 100644 --- a/src/index.css +++ b/src/index.css @@ -371,8 +371,7 @@ body { top: -10px; bottom: -10px; width: 2px; - background: var(--border); - opacity: 0.5; + background: var(--tree-line); } .folder-children > :last-child::after { @@ -387,8 +386,7 @@ body { top: 50%; width: 12px; height: 2px; - background: var(--border); - opacity: 0.5; + background: var(--tree-line); transform: translateY(-50%); }