diff --git a/ghost/core/core/frontend/src/cards/css/collection.css b/ghost/core/core/frontend/src/cards/css/collection.css index b3c1e347c5..9fd86f0648 100644 --- a/ghost/core/core/frontend/src/cards/css/collection.css +++ b/ghost/core/core/frontend/src/cards/css/collection.css @@ -19,6 +19,11 @@ a.kg-collection-card-post-wrapper { color: var(--text-color); } +a.kg-collection-card-post-wrapper:hover { + opacity: 1; +} + + .kg-collection-card-post { display: flex; gap: 3.2rem; @@ -37,6 +42,11 @@ a.kg-collection-card-post-wrapper { object-fit: cover; } +a.kg-collection-card-post-wrapper:hover img { + opacity: .92; + transition: all .2s ease; +} + .kg-collection-card-content { display: flex; flex-direction: column;