From 34df58eeaa5929b7f0b2a065d07c92c998caad5a Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Fri, 5 Jul 2024 08:01:07 +0000
Subject: Fri, Jul 5, 2024, 1:01 AM -07:00

---
 wk8/pset/homepage/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'wk8/pset')

diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css
index 597df75..eb7e54d 100644
--- a/wk8/pset/homepage/styles.css
+++ b/wk8/pset/homepage/styles.css
@@ -11,6 +11,7 @@
     --accent-2:#a225e3;
     --content-spacing:5px;
     --background-img: #332233;
+    --text-color: white;
     --border:1px solid black;
 }
 
@@ -23,7 +24,7 @@ body {
 
 body {
     background-color: var(--background-img);
-    
+    color: var(--text-color);
 }
 
 main {
@@ -45,7 +46,6 @@ aside {
 .centered
 {
     text-align: center;
-    color: lightgray
 }
 
 .large
-- 
cgit v1.2.3