mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
feat(landing): redesign homepage with GSAP-driven landing page and new showcase assets
This commit is contained in:
+18
-1
@@ -123,4 +123,21 @@
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.noise-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
z-index: 40;
|
||||
opacity: 0.03;
|
||||
filter: url(#openframe-noise);
|
||||
mix-blend-mode: soft-light;
|
||||
}
|
||||
|
||||
.noise-overlay::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: var(--foreground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user