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
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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