add a dotted border to nav bar items

This commit is contained in:
Nico 2025-09-03 02:06:18 +10:00
parent bf35c19361
commit c591fd2311
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -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;