From 6172585a832767b6b198ef463ea007eae5c73732 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 30 Mar 2023 13:42:16 -0700 Subject: [PATCH] minor element reference property refactor --- index.html | 78 ++++++++++++++++++++++++------------------------------ 1 file changed, 35 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 7244e9b..52ffa06 100644 --- a/index.html +++ b/index.html @@ -256,7 +256,6 @@ html { background-color: var(--color-background); - color: var(--color-text); font-family: var(--font-family); font-size: var(--font-size-base); line-height: var(--line-height-base); @@ -346,33 +345,26 @@