chore: gradient updates

This commit is contained in:
Cory Dransfeldt 2024-01-02 11:41:43 -08:00 committed by GitHub
parent c4bca5d0b5
commit 80164401e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -595,7 +595,7 @@ article .now__section--header {
}
.media__grid .item__cover.gradient {
background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.15) 70%,rgba(0,0,0,.5));
background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.15) 70%,rgba(0,0,0,.75));
}
.media__grid .item__meta-text {
@ -1079,4 +1079,4 @@ footer nav {
.post-graph__progress {
background-color: var(--blue-400);
}
}
}