Skip to content

Commit e83b1e0

Browse files
authored
Website Update
1 parent b27ea12 commit e83b1e0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/assets/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ a {
607607
body.nav-menu-open .page-wrap,
608608
body.nav-menu-open .site-footer {
609609
opacity: 1;
610-
filter: blur(16px) saturate(132%) brightness(0.84);
610+
filter: blur(16px) saturate(126%) brightness(0.76);
611611
}
612612

613613
body.nav-menu-open .hero-title {
@@ -822,6 +822,7 @@ a {
822822
}
823823

824824
.mobile-menu a {
825+
font-family: var(--heading-font);
825826
padding: 8px 0;
826827
border-radius: 0;
827828
font-size: clamp(1.7rem, 6.35vw, 1.98rem);

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