Skip to content

Commit b9d34a5

Browse files
authored
Website Update
1 parent 06d2689 commit b9d34a5

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/assets/css/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,13 +582,16 @@ a {
582582

583583
.nav-menu-blur {
584584
display: block;
585-
position: fixed;
586-
inset: 0;
585+
position: absolute;
586+
top: var(--menu-blur-top, 0px);
587+
left: 0;
588+
right: 0;
589+
height: var(--menu-blur-height, 0px);
587590
z-index: 2;
588591
pointer-events: none;
589592
opacity: 0;
590593
visibility: hidden;
591-
background: rgba(0, 0, 0, 0.32);
594+
background: transparent;
592595
transition:
593596
opacity .28s cubic-bezier(.22,1,.36,1),
594597
visibility 0s linear .28s;

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Unbounded:wght@500;700;800&display=swap" rel="stylesheet">
11-
<link rel="stylesheet" href="assets/css/style.css?v=20260320o">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260320p">
1212

1313
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1414
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">

0 commit comments

Comments
 (0)