Scale up the blurnail on hover, percents suck, decimals are more readable

This commit is contained in:
daudix
2024-09-18 18:44:43 +03:00
parent a6602357e6
commit 2469f64eb7
14 changed files with 69 additions and 69 deletions

View File

@ -11,7 +11,7 @@
color-mix(in srgb, var(--accent-color) 5%, black));
pre {
--text-shadow-1: hsl(from var(--accent-color) h s l / 50%);
--text-shadow-1: hsl(from var(--accent-color) h s l / 0.5);
--text-shadow-2: hsl(from var(--accent-color) h calc(s * 2) l);
animation: flicker 0.25s alternate infinite;
margin: 0;
@ -54,8 +54,8 @@
animation: scanlines 0.1s linear infinite;
inset: 0;
background-image: repeating-linear-gradient(to bottom,
rgb(0 0 0 / 25%),
rgb(0 0 0 / 25%) 0.125rem,
rgb(0 0 0 / 0.25),
rgb(0 0 0 / 0.25) 0.125rem,
transparent 0.125rem,
transparent 0.25rem);
pointer-events: none;
@ -69,7 +69,7 @@
}
&::after {
--scanline-color: rgb(from var(--accent-color) r g b / 5%);
--scanline-color: rgb(from var(--accent-color) r g b / 0.05);
display: block;
position: absolute;
animation: scanline 5s linear infinite;