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;
|
color: var(--text) !important;
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
border-radius: var(--rounding);
|
border-radius: var(--rounding);
|
||||||
|
border: #000000 2px dotted;
|
||||||
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue