feat: update app pages and styles

This commit is contained in:
2026-05-29 18:57:07 -07:00
parent ab36d99ba3
commit 9222292b9f
4 changed files with 72 additions and 59 deletions
+9
View File
@@ -16,3 +16,12 @@ body {
background: var(--background);
color: var(--foreground);
}
@keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
.animate-fade-in {
animation: fade-in 400ms ease;
}