Added CSS variable overrides

This commit is contained in:
Jeremy Rangel
2025-06-18 19:57:03 -07:00
parent 534c65a62c
commit 07aab6e33a

View File

@ -1,9 +1,13 @@
/* VARIABLES */ /* VARIABLES */
:root { :root {
--text-color: white;
--fg-color: #1D1F37; /* Dark Bluish Purple */ --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 {padding:40px 0px;background:#01071C}
section {background:#01071C} section {background:#01071C}
.row {margin-bottom:20px;row-gap:20px} .row {margin-bottom:20px;row-gap:20px}