feat(index): replace inline svg with lucide icons & make logo unselectable
All checks were successful
build dist / build-dist (push) Successful in 35s

This commit is contained in:
z0x 2025-06-01 11:40:23 -04:00
parent 53ae4c2fdd
commit 69e584cea6
6 changed files with 20 additions and 83 deletions

View file

@ -14,6 +14,10 @@
main {
@apply flex flex-col flex-auto gap-4 justify-center items-center;
}
[data-icon] {
@apply w-8 h-8;
}
}
:root {