Skip to content

Commit 018ec46

Browse files
authored
Website Update
1 parent 57893c0 commit 018ec46

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,14 +610,14 @@ a {
610610

611611
.nav-menu-blur::before {
612612
top: 0;
613-
height: calc(env(safe-area-inset-top, 0px) + 56px);
614-
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
613+
height: calc(env(safe-area-inset-top, 0px) + 72px);
614+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0) 100%);
615615
}
616616

617617
.nav-menu-blur::after {
618618
bottom: 0;
619-
height: calc(env(safe-area-inset-bottom, 0px) + 54px);
620-
background: linear-gradient(to top, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
619+
height: calc(env(safe-area-inset-bottom, 0px) + 68px);
620+
background: linear-gradient(to top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0) 100%);
621621
}
622622

623623
body.nav-menu-open .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=20260320k">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260320l">
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)