From adf3d520953fef2a3f0f7de765567994a430fed5 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 24 Apr 2025 12:02:46 -0500 Subject: [PATCH] Adjust collection line to contrast with comment excerpts --- app/assets/stylesheets/events.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index cbb3bcf0f..ac3fc2a9b 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -83,6 +83,12 @@ z-index: 2; } + .event__collection { + font-size: var(--text-x-small); + font-weight: 500; + opacity: 0.66; + } + .event__grid-item { background-color: var(--color-container); block-size: 100%;