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;
|
align-items: center;
|
||||||
background: var(--section-header-background);
|
background: var(--section-header-background);
|
||||||
color: var(--section-header-text);
|
color: var(--section-header-text);
|
||||||
--input-background: black;
|
--input-background: var(--base-background);
|
||||||
--input-text: white;
|
--input-text: var(--base-text);
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
/* border-bottom: none; */
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
--accent-2: #04262a;
|
--accent-2: #04262a;
|
||||||
--accent-3: #4fb258;
|
--accent-3: #4fb258;
|
||||||
|
|
||||||
--section-header-text: white;
|
|
||||||
--section-header-background: var(--accent-1);
|
|
||||||
|
|
||||||
--base-text: white;
|
--base-text: white;
|
||||||
--base-background: black;
|
--base-background: black;
|
||||||
|
|
||||||
|
--section-header-text: white;
|
||||||
|
--section-header-background: var(--accent-1);
|
||||||
|
|
||||||
--alt-row-text: white;
|
--alt-row-text: white;
|
||||||
--alt-row-background: var(--accent-2);
|
--alt-row-background: var(--accent-2);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue