From f546d9c63654c54b17e6f1644c366c3eabbb0d77 Mon Sep 17 00:00:00 2001 From: Sean Massa Date: Wed, 17 Jan 2024 15:35:56 -0600 Subject: [PATCH] Update app.css --- app/styles/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/app.css b/app/styles/app.css index 8a0e377..5196f28 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -16,6 +16,8 @@ /* override the width of the main content */ grid-template-columns: 1fr min(55rem,90%) 1fr; + --text: #ffffff; + --text-light: #bbbbbb; --bg: #000000; --accent-bg: #151149; --accent: #52b7dc;