feat: add background shimmer effect, use mask for content scroll fade

This commit is contained in:
2026-02-19 23:34:56 -06:00
parent b3c377f62d
commit 5e37e2bb53
3 changed files with 88 additions and 21 deletions

View File

@@ -50,8 +50,9 @@
:root {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
--theme-transition: 0.3s ease;
color-scheme: light;
--scroll-offset: 0px;
}
:root:where(.dark, .dark *) {
@@ -73,9 +74,6 @@
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
--swup-fade-theme-duration: 0.2s;
}