feat: add typography styles and complete about page

This commit is contained in:
ramvignesh-b
2026-05-04 06:23:10 +05:30
parent 2659f73577
commit fb3cb2eb69
5 changed files with 880 additions and 65 deletions
+8
View File
@@ -68,3 +68,11 @@
.glass-card {
@apply bg-glass-bg backdrop-blur-xl border border-white/5 shadow-warm rounded-xl m-4;
}
.ul-wavy {
@apply decoration-primary/40 underline decoration-wavy underline-offset-4;
}
a {
@apply text-primary underline decoration-base-content/20 underline-offset-4 hover:decoration-primary/60 transition-colors;
}