mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: remove shadow from header items
This commit is contained in:
parent
1dd43956f2
commit
21508896dd
|
@ -279,7 +279,7 @@ a.nav-link.sp-coming-soon::after {
|
||||||
border-color: transparent transparent white transparent !important;
|
border-color: transparent transparent white transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item .nav-link {
|
.nav-tabs .nav-item .nav-link {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue