Update CSS to use the variables it should be using

This commit is contained in:
Oliver-Akins 2025-01-02 00:41:50 -07:00
parent 8728bb4c13
commit 82816d8915
2 changed files with 5 additions and 6 deletions

View file

@ -4,12 +4,12 @@
--accent-2: #04262a;
--accent-3: #4fb258;
--section-header-text: white;
--section-header-background: var(--accent-1);
--base-text: white;
--base-background: black;
--section-header-text: white;
--section-header-background: var(--accent-1);
--alt-row-text: white;
--alt-row-background: var(--accent-2);