feat: reduce top transparency effect
This commit is contained in:
@@ -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%
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user