From d30f0884a19855956ce28a7c042685cae31182a4 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 11 May 2026 23:35:16 -0400 Subject: [PATCH] Style heatmap-caption color --- assets/herman.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/herman.css b/assets/herman.css index e2dfc11..9bf7f0c 100644 --- a/assets/herman.css +++ b/assets/herman.css @@ -245,3 +245,13 @@ figcaption > p { text-align: center; font-style: italic; } + +#heatmap-caption { + color: #888; +} + +@media (prefers-color-scheme: light) { + #heatmap-caption { + color: #3d4449; + } +}