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

@ -104,13 +104,12 @@
align-items: center;
background: var(--section-header-background);
color: var(--section-header-text);
--input-background: black;
--input-text: white;
--input-background: var(--base-background);
--input-text: var(--base-text);
.input {
margin: 2px;
border-radius: 999px;
/* border-bottom: none; */
text-align: center;
}
}