core: decrease border thickness on navItems

This commit is contained in:
Trianta 2024-12-09 23:37:37 -06:00
parent 697c2dd500
commit 1224943b47

View File

@ -44,7 +44,7 @@ body {
.navItem {
background-color: #03001C;
border: solid 4px #8200FF;
border: solid 2px #8200FF;
border-radius: 12px;
color: #8200FF;
display: inline-block;