From 8fc2cfee210ad2263c0b71d4a778b23c02f1c496 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 16 Feb 2022 18:11:59 -0700 Subject: [PATCH] fix images and light mode color --- template/page-events.html.jinja | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/template/page-events.html.jinja b/template/page-events.html.jinja index 1073023618..6f2fdf5154 100644 --- a/template/page-events.html.jinja +++ b/template/page-events.html.jinja @@ -142,6 +142,11 @@ color: $gray-100; color: #A2A2A4; } +html.light .event-hero { + color: $gray-900; + color: #111112; + +} @@ -243,8 +248,8 @@ color: $gray-100;

{{event.description}}

{# #} @@ -314,8 +319,8 @@ color: $gray-100;

{{event.description}}

{% endfor %}