From 0bfcb121ec8953f931e58cc42467b4d430fec2c4 Mon Sep 17 00:00:00 2001 From: Kathleen Fitzpatrick <3170201+kfitz@users.noreply.github.com> Date: Sun, 6 Apr 2025 08:11:37 -0400 Subject: [PATCH] change header color --- dist/theme/kfitz.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/theme/kfitz.css b/dist/theme/kfitz.css index 1dd923ee..f2d764fe 100644 --- a/dist/theme/kfitz.css +++ b/dist/theme/kfitz.css @@ -74,7 +74,7 @@ html * { .reveal h5, .reveal h6 { margin: 0 0 20px 0; - color: #000000; + color: #254d03; font-family: "Atkinson Hyperlegible", sans-serif; font-weight: bold; line-height: 1.1;