mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-23 09:07:40 -05:00
fix: navbar on docs pages
This commit is contained in:
@@ -676,6 +676,10 @@ header:has(.nav-menu-viewport[data-state="open"]),
|
||||
box-shadow: 0 0 0 600vw rgba(27, 31, 59, 0.8);
|
||||
}
|
||||
|
||||
header.transparent:has(.nav-menu-viewport[data-state="open"]) {
|
||||
background: rgba(27, 31, 59, 0.85);;
|
||||
}
|
||||
|
||||
header.transparent,
|
||||
header.transparent::before {
|
||||
background: rgba(27, 31, 59, 0);
|
||||
|
||||
@@ -193,6 +193,13 @@ button#openSidebar {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:deep(.nav-viewport-wrapper) {
|
||||
padding: 0;
|
||||
}
|
||||
:deep(.nav-menu-viewport) {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.docs-wrapper :deep(.content-inner:not(.search)) a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user