Skip to content

Commit 2ff947c

Browse files
authored
Website Update
1 parent 5d2c156 commit 2ff947c

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

docs/assets/css/style.css

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -567,17 +567,7 @@ a {
567567
}
568568

569569
.nav-backdrop {
570-
top: 0;
571-
left: 0;
572-
right: 0;
573-
inset: auto;
574-
height: var(--nav-backdrop-h-mobile);
575-
background: var(--nav-backdrop);
576-
opacity: 0;
577-
visibility: visible;
578-
backdrop-filter: none;
579-
-webkit-backdrop-filter: none;
580-
transition: opacity .22s ease;
570+
display: none !important;
581571
}
582572

583573
.nav-menu-blur {

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=20260321e">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260321f">
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)