Skip to content

Commit 3089ce2

Browse files
committed
feat(hero): set Eye of the Cosmos as inline hero image and add robust CSS fallbacks
1 parent f79ccac commit 3089ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ nav .pagination li a.current {
270270
/* Darken with subtle vertical wash, then paint hero or fallback image */
271271
background-image:
272272
linear-gradient(180deg, hsl(var(--background) / 0.55) 0%, hsl(var(--background) / 0.80) 70%, hsl(var(--background) / 0.90) 100%),
273-
var(--hero-image, url('/images/cathedral-hero.jpg')), url('/images/sparrowx.png');
273+
var(--hero-image, url('/images/cathedral-hero.jpg')), url('/images/Eye of the Cosmos.png'), url('/images/sparrowx.png');
274274
background-size: cover;
275275
background-position: center 30%;
276276
background-repeat: no-repeat;

0 commit comments

Comments
 (0)