Update CSS to use the variables it should be using
This commit is contained in:
parent
8728bb4c13
commit
82816d8915
2 changed files with 5 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue