From 7cea4e8f995f2e82e17586fb8e81e2c332f49762 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 17:31:56 -0500 Subject: [PATCH] updates to transparency for section and header colors --- style/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/style.css b/style/style.css index f0607e0..32e4e85 100644 --- a/style/style.css +++ b/style/style.css @@ -1,8 +1,8 @@ :root { - --section-color: #fccce4bb; + --section-color: #fccce4dd; --border-color: #f6da92; - --header-color: #fc94bcbb; - --text-color: #2A004E; + --header-color: #fc94bcdd; + --text-color: #121481; } *, *::before, *::after {