home3 news figure matte: fade silvery->white downward so it melts into the card

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jay
2026-06-22 12:37:56 -04:00
parent 6925a6951b
commit 319c5f6b7e
+2 -1
View File
@@ -304,7 +304,8 @@
.news-plate { background-position: center; background-repeat: no-repeat; }
.news-photo.cover .news-plate { width: 100%; height: 100%; background-size: cover; }
.news-photo.contain {
background: linear-gradient(160deg, #eaf2f3, #eef0ea);
/* silvery at top, fading down into the card's white so the matte isn't a hard band */
background: linear-gradient(180deg, #e6edef 0%, #f3f6f5 55%, #ffffff 100%);
display: flex; align-items: center; justify-content: center; padding: 20px;
}
.news-photo.contain .news-plate {