enabled Biome CSS formatter and linter, applied

This commit is contained in:
Xanazf 2024-10-29 01:59:33 +02:00
parent a417b18c94
commit 77ab369187
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
7 changed files with 42 additions and 33 deletions

View file

@ -146,10 +146,12 @@ footer {
left: -1rem;
height: 1px;
width: calc(100% + 1rem);
background: linear-gradient(90deg,
transparent 0%,
hsl(var(--footer-bkg-border)) 50%,
transparent 100%);
background: linear-gradient(
90deg,
transparent 0%,
hsl(var(--footer-bkg-border)) 50%,
transparent 100%
);
}
& a {