From 0857f449a2844e05bf0ddae40e9e3b65b5f24da3 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 22 Jan 2025 15:59:24 -0600 Subject: [PATCH] Let's display the whole day after all --- app/assets/stylesheets/events.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index a4f212033..679098e43 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -35,10 +35,6 @@ &:nth-child(1n + 57) { background-color: var(--color-highlight); } - - &.future { - display: none; - } } .event-grid-time {