Skip to content

Commit ffdabce

Browse files
committed
hand written css refactor (only apply grayscale to past shows)
1 parent a4ae624 commit ffdabce

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@
160160
aspect-ratio: 1;
161161
object-fit: cover;
162162
display: block;
163+
}
164+
165+
#past-shows .show-card img {
163166
filter: grayscale(100%);
164167
}
165168

@@ -658,7 +661,7 @@ <h2 class="section-header">UPCOMING</h2>
658661
</div>
659662

660663
<h2 class="section-header past-header">PAST SHOWS</h2>
661-
<div class="shows-grid">
664+
<div id="past-shows" class="shows-grid">
662665
<a href="shows/2026-03-07/" class="show-card">
663666
<img
664667
src="assets/photos/stardust-everyone-behind-decks-2.jpg"

0 commit comments

Comments
 (0)