Gradient on landing page

This commit is contained in:
Sebastien Castiel
2023-12-13 15:03:10 -05:00
parent 1987b220ad
commit 31f04e4a02
2 changed files with 11 additions and 2 deletions

View File

@@ -57,3 +57,11 @@
@apply bg-background text-foreground;
}
}
.landing-header {
@apply bg-gradient-to-br from-emerald-800 to-emerald-600 dark:from-emerald-300 dark:to-emerald-600 bg-clip-text;
}
.landing-header strong {
@apply font-bold text-transparent;
}