mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 23:39:11 +00:00
feat: added gradient for logo text
This commit is contained in:
parent
4b1259bc6f
commit
6fab5b64b5
4 changed files with 38 additions and 101 deletions
|
@ -1,4 +1,21 @@
|
|||
html,
|
||||
body {
|
||||
@apply h-full overflow-hidden
|
||||
}
|
||||
}
|
||||
|
||||
.dark .logo-text-gradient-dark {
|
||||
@apply from-logo-blue-start-dark to-logo-blue-stop-dark;
|
||||
}
|
||||
|
||||
.logo-text-gradient-light {
|
||||
@apply from-logo-blue-start-light to-logo-blue-stop-light;
|
||||
}
|
||||
|
||||
.logo-text-gradient {
|
||||
@apply bg-clip-text text-transparent box-decoration-clone;
|
||||
/* Direction */
|
||||
@apply bg-gradient-to-br;
|
||||
/* Color Stops */
|
||||
@apply logo-text-gradient-light logo-text-gradient-dark;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue