From 0b0d3daddc6810c6dedc97f2ec0df45bd6e72496 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:04:47 +0100 Subject: [PATCH] Update border color in index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 092ce88..593741f 100644 --- a/src/index.css +++ b/src/index.css @@ -284,7 +284,7 @@ body { gap: 8px; padding: 6px 12px; border-radius: 14px; - border: 1px solid transparent; + border: 1px solid var(--tree-line); background: var(--bg-elevated); color: var(--ink); cursor: pointer;