fix: format linear-gradient to single line for Biome

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ajax Davis 2025-11-27 23:05:56 +10:00
parent 5e92ae49a3
commit 0c0fcee7ae

View file

@ -463,12 +463,7 @@
position: absolute;
width: 100%;
height: 2px;
background: linear-gradient(
90deg,
transparent,
hsl(var(--brutalist-accent) / 0.3),
transparent
);
background: linear-gradient(90deg, transparent, hsl(var(--brutalist-accent) / 0.3), transparent);
animation: scanline 30s linear infinite;
pointer-events: none;
z-index: 1;