We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ae624 commit ffdabceCopy full SHA for ffdabce
1 file changed
index.html
@@ -160,6 +160,9 @@
160
aspect-ratio: 1;
161
object-fit: cover;
162
display: block;
163
+ }
164
+
165
+ #past-shows .show-card img {
166
filter: grayscale(100%);
167
}
168
@@ -658,7 +661,7 @@ <h2 class="section-header">UPCOMING</h2>
658
661
</div>
659
662
660
663
<h2 class="section-header past-header">PAST SHOWS</h2>
- <div class="shows-grid">
664
+ <div id="past-shows" class="shows-grid">
665
<a href="shows/2026-03-07/" class="show-card">
666
<img
667
src="assets/photos/stardust-everyone-behind-decks-2.jpg"
0 commit comments