File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 617617 filter : blur (16px ) saturate (138% );
618618 }
619619
620+ body .nav-menu-open .hero-title {
621+ filter : none;
622+ will-change : auto;
623+ }
624+
625+ body .nav-menu-open .hero-text {
626+ text-shadow :
627+ 1px 0 0 var (--hero-outline-color ),
628+ -1px 0 0 var (--hero-outline-color ),
629+ 0 1px 0 var (--hero-outline-color ),
630+ 0 -1px 0 var (--hero-outline-color ),
631+ 1px 1px 0 var (--hero-outline-color ),
632+ -1px -1px 0 var (--hero-outline-color ),
633+ 1px -1px 0 var (--hero-outline-color ),
634+ -1px 1px 0 var (--hero-outline-color );
635+ }
636+
637+ body .nav-menu-open .hero-text ::after {
638+ filter : none;
639+ }
640+
620641 .desktop {
621642 display : none;
622643 }
Original file line number Diff line number Diff line change 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=20260320q ">
11+ < link rel ="stylesheet " href ="assets/css/style.css?v=20260321a ">
1212
1313 < link rel ="icon " type ="image/svg+xml " href ="favicon.svg ">
1414 < link rel ="icon " sizes ="192x192 " href ="android-chrome-192x192.png ">
You can’t perform that action at this time.
0 commit comments