Skip to content

Commit 5da1ab5

Browse files
authored
Website Update
1 parent 27853ec commit 5da1ab5

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

docs/assets/css/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,25 @@ a {
562562

563563
/* Mobile portrait nav */
564564
@media (max-width:900px) and (orientation:portrait) {
565+
html,
566+
body {
567+
background: transparent !important;
568+
background-color: transparent !important;
569+
}
570+
571+
body::before {
572+
content: "";
573+
position: fixed;
574+
inset: 0;
575+
z-index: 0;
576+
pointer-events: none;
577+
background:
578+
radial-gradient(72% 58% at 22% 26%, rgba(255, 157, 77, 0.11), rgba(255, 157, 77, 0) 70%),
579+
radial-gradient(64% 54% at 78% 34%, rgba(82, 104, 255, 0.1), rgba(82, 104, 255, 0) 72%),
580+
radial-gradient(78% 66% at 56% 100%, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 72%),
581+
linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
582+
}
583+
565584
.nav {
566585
top: calc(env(safe-area-inset-top, 0px) + 8px);
567586
}

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