We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0289d00 commit 2b3ffb8Copy full SHA for 2b3ffb8
1 file changed
docs/src/.vitepress/theme/custom.css
@@ -239,20 +239,17 @@ div[class*='language-'] code {
239
}
240
241
/* Enhanced navigation */
242
-.VPNav {
+.VPNavBar {
243
backdrop-filter: blur(12px);
244
background: rgba(255, 255, 255, 0.85);
245
border-bottom: 1px solid var(--vp-c-divider);
246
+ box-shadow: var(--vp-shadow-1);
247
248
-.dark .VPNav {
249
+.dark .VPNavBar {
250
background: rgba(26, 26, 26, 0.85);
251
252
-.VPNavBar {
253
- box-shadow: var(--vp-shadow-1);
254
-}
255
-
256
/* Enhanced sidebar */
257
.VPSidebar {
258
background: var(--vp-c-bg-soft);
0 commit comments