From 07aab6e33ad1675840fc55173f42d683e8141c23 Mon Sep 17 00:00:00 2001 From: Jeremy Rangel Date: Wed, 18 Jun 2025 19:57:03 -0700 Subject: [PATCH] Added CSS variable overrides --- rangeldigital/public/css/rangeldigital.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rangeldigital/public/css/rangeldigital.css b/rangeldigital/public/css/rangeldigital.css index 9c9567c..1272496 100644 --- a/rangeldigital/public/css/rangeldigital.css +++ b/rangeldigital/public/css/rangeldigital.css @@ -1,9 +1,13 @@ /* VARIABLES */ :root { + --text-color: white; --fg-color: #1D1F37; /* Dark Bluish Purple */ + --gray-900: white; + --control-bg: #008AFC; /* Light Blue */ + } -body {background:#01071C!important} +body {background:#01071C!important;color:white} section {padding:40px 0px;background:#01071C} section {background:#01071C} .row {margin-bottom:20px;row-gap:20px}