diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-13 15:03:10 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-13 15:04:02 -0500 |
| commit | 31f04e4a0220a0a3920c5ebff78768cf70b28723 (patch) | |
| tree | 50d0e6e2f09307071bdd646becaf93eb748e49e7 /src/app/globals.css | |
| parent | 1987b220ad7c4185cbe45796d30ecc79df9e7ed4 (diff) | |
Gradient on landing page
Diffstat (limited to 'src/app/globals.css')
| -rw-r--r-- | src/app/globals.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app/globals.css b/src/app/globals.css index ddf9eee..839ec84 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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; +} |
