add a dotted border to nav bar items
This commit is contained in:
parent
bf35c19361
commit
c591fd2311
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue