fix: remove shadow from header items

pull/107/head
nevfy 2024-02-05 22:35:23 +04:00
parent 1dd43956f2
commit 21508896dd
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ a.nav-link.sp-coming-soon::after {
border-color: transparent transparent white transparent !important;
}
.nav-item .nav-link {
.nav-tabs .nav-item .nav-link {
border: none !important;
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}