We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677ded8 commit a68f91aCopy full SHA for a68f91a
1 file changed
src/css/custom.css
@@ -264,6 +264,19 @@ article p {
264
265
.navbar {
266
padding: 0;
267
+ background-color: transparent;
268
+}
269
+
270
+.navbar::before {
271
+ content: '';
272
+ position: absolute;
273
+ top: 0;
274
+ left: 0;
275
+ right: 0;
276
+ height: 100%;
277
+ backdrop-filter: blur(12px) saturate(180%);
278
+ background-color: rgba(255, 255, 255, 0.7);
279
+ z-index: -1;
280
}
281
282
.navbar__inner {
0 commit comments