Skip to content

Commit

Permalink
feat: Add preconfigured vertical gradient for text over images Fixes #…
Browse files Browse the repository at this point in the history
…291 (#313)

* fix: 📝 page-no-title template is only for pages, not posts

* Add preconfigured vertical gradient for text over images
Fixes #291
  • Loading branch information
knice authored Apr 12, 2024
1 parent 18c6c40 commit 8478f03
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 8478f03

Please sign in to comment.