feat: reduce top transparency effect
All checks were successful
test-build / guarddog (push) Successful in 2m47s
test-build / build (push) Successful in 4m52s
renovate / renovate (push) Successful in 39s

This commit is contained in:
2026-04-29 20:45:15 -05:00
parent 4126e8b1d4
commit 527ead312f

View File

@@ -62,14 +62,14 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
<script
src="/vendor/preline/collapse2.1.0.min.js"
is:inline
/>
></script>
<!-- Rybbit Tracking Snippet -->
<script
src="https://rybbit.alexlebens.dev/api/script.js"
data-site-id={global.rybbit_site_id}
defer
/>
></script>
</head>
<body class="bg-background selection:bg-yellow-400 m-0 p-0 overflow-hidden">
@@ -150,16 +150,16 @@ const normalizeTitle = !title ? global.name : `${title} | ${global.name}`;
-webkit-mask-image: linear-gradient(
to bottom,
transparent 0px,
transparent 90px,
black 140px,
transparent 84px,
black 114px,
black 100%
);
mask-image: linear-gradient(
to bottom,
transparent 0px,
transparent 90px,
black 140px,
transparent 84px,
black 114px,
black 100%
);