From 9a71a35ab8740103a4ffd9d3fe7610e4f637c2e1 Mon Sep 17 00:00:00 2001 From: Christian Hodgden Date: Sat, 27 Jan 2024 12:01:55 -0600 Subject: Update style.css Set to red : ) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 97ed162..73eb9ba 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ :root{ - --foreground-color: hsl(180, 50%, 50%); + --foreground-color: hsl(0, 50%, 50%); --background-color: hsl(0, 0%, 0%); } -- cgit v1.2.3