Skip to content

Commit

Permalink
Add preconfigured vertical gradient for text over images
Browse files Browse the repository at this point in the history
Fixes #291
  • Loading branch information
knice committed Apr 11, 2024
1 parent 15b294b commit 2477e3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"name": "UCSC Light Gradient",
"gradient": "linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%)",
"slug": "ucsc-light-gradient"
},
{
"name": "UCSC Image with Text Gradient",
"gradient": "linear-gradient(180deg, transparent 0%, #f2f2f2 30%, #000 90%)",
"slug": "ucsc-text-over-image-gradient"
}
],
"palette": [
Expand Down

0 comments on commit 2477e3b

Please sign in to comment.