From c591fd2311c4f49ac37d8bb92444fd223fc42b2f Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 3 Sep 2025 02:06:18 +1000 Subject: [PATCH] add a dotted border to nav bar items --- bundle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.css b/bundle.css index 9359cc6..5f4fb5b 100644 --- a/bundle.css +++ b/bundle.css @@ -172,6 +172,7 @@ nav { color: var(--text) !important; background-color: var(--background); border-radius: var(--rounding); + border: #000000 2px dotted; list-style-type: none; margin: 0;