Get items appearing on the sheet, still a lot to do but this is a strong step in the right direction
This commit is contained in:
parent
6b03d62234
commit
23a402f11a
9 changed files with 254 additions and 10 deletions
|
|
@ -7,6 +7,13 @@
|
|||
--tab-button-active-border: rebeccapurple;
|
||||
--tab-button-hover-bg: var(--color-cool-3);
|
||||
|
||||
--item-card-background: #1d262f;
|
||||
--item-card-color: white;
|
||||
--item-card-header-background: #242d38;
|
||||
--item-card-header-color: white;
|
||||
--item-card-header-input-background: #2b3642;
|
||||
--item-card-header-input-color: white;
|
||||
|
||||
/* Chip Variables */
|
||||
--chip-color: #fff7ed;
|
||||
--chip-background: #2b3642;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue