core: remove background color on nav bar

This commit is contained in:
Trianta 2024-11-25 15:37:20 -06:00
parent f1346a628c
commit c27b5c0ea9

View File

@ -10,10 +10,7 @@ body {
} }
#navigation { #navigation {
background: #181926;
display: flex; display: flex;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
} }
.navItem { .navItem {