feat(index): replace inline svg with lucide icons & make logo unselectable
All checks were successful
build dist / build-dist (push) Successful in 35s
All checks were successful
build dist / build-dist (push) Successful in 35s
This commit is contained in:
parent
53ae4c2fdd
commit
69e584cea6
6 changed files with 20 additions and 83 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue