patx/voldservices
fix nav
Commit 9e19809 · patx · 2026-08-24T23:15:05-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 538fb74..cd7c605 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -228,9 +228,7 @@
position: fixed;
inset: 0 0 auto 0;
z-index: 90;
- background: rgba(8, 8, 8, .2);
- backdrop-filter: blur(14px);
- -webkit-backdrop-filter: blur(14px);
+ background: transparent;
border-bottom: 1px solid transparent;
transition: background .28s ease, border-color .28s ease;
}