From 5d90cffe84ab4a4ea5f35a3408efbafd7fd39a0d Mon Sep 17 00:00:00 2001 From: Luca Conte Date: Mon, 17 Feb 2025 15:16:36 +0100 Subject: [PATCH] make tabs more visible --- menu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/menu.css b/menu.css index 4a597df..72b847e 100644 --- a/menu.css +++ b/menu.css @@ -20,6 +20,7 @@ padding-bottom: 5px; cursor: pointer; user-select: none; + border-right: 2px solid var(--bg-dark); } .menuBarItem:hover:not(.selected) {