Finish the primary design of the item tab, still awaiting an equipped toggle

This commit is contained in:
Oliver 2026-03-19 23:31:50 -06:00
parent 704ff4672a
commit 2b0fbdfa8b
6 changed files with 60 additions and 14 deletions

View file

@ -7,6 +7,11 @@
--tab-button-active-border: rebeccapurple;
--tab-button-hover-bg: var(--color-cool-3);
--inventory-summary-background: #171e26;
--inventory-summary-color: white;
--inventory-input-background: #2b3642;
--inventory-input-color: white;
--item-list-header-background: #171e26;
--item-list-header-color: white;
--item-card-background: #1d262f;