From 2ffcda7da7c442287760cfa0db5eb5d4a60f862f Mon Sep 17 00:00:00 2001 From: Kathleen Fitzpatrick <3170201+kfitz@users.noreply.github.com> Date: Sun, 6 Apr 2025 12:46:37 -0400 Subject: [PATCH] correct text color --- dist/theme/kfitz.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/theme/kfitz.css b/dist/theme/kfitz.css index d14bbcee..a7cbe8ac 100644 --- a/dist/theme/kfitz.css +++ b/dist/theme/kfitz.css @@ -18,7 +18,7 @@ html * { --background-color: #fff; --main-font: "Atkinson Hyperlegible", sans-serif; --main-font-size: 36px; - --main-color: #000000; + --main-color: #586e75; --block-margin: 20px; --heading-margin: 0 0 20px 0; --heading-font: "Atkinson Hyperlegible", sans-serif; @@ -47,7 +47,7 @@ html * { font-family: "Atkinson Hyperlegible", sans-serif; font-size: 36px; font-weight: normal; - color: #000000; } + color: #586e75; } .reveal ::selection { color: #fff;