From 4340d32bd83e6022f870cbce7b312ba3e4654ae1 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 2 Aug 2023 00:03:19 -0500 Subject: [PATCH] correct bordering on acc nav style --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index ebc8526..efa0c48 100644 --- a/style.css +++ b/style.css @@ -266,11 +266,10 @@ nav.top div.navcenter { max-width: 1200px; margin: auto; overflow: visible; + border-right: var(--acc-nav-separator); } nav.top .navbutton-bar { - border: var(--acc-nav-separator); - border-top: none; padding-left: 4px; overflow-x: scroll; }