packages/web: fix lucide github; optimize Vite deps in dev mode

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I75110e204c8eda63096bcfed619a6f5c6a6a6964
This commit is contained in:
raf 2026-04-14 08:31:56 +03:00
commit 6ec645f3de
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
10 changed files with 1080 additions and 402 deletions

View file

@ -168,6 +168,10 @@ body {
transition: color 0.2s;
}
.footer-link img {
fill: currentColor;
}
.footer-link:hover {
color: var(--text-primary);
}