Get the item list styles finished, and start working on the weight summary / carry capacity for the tab
This commit is contained in:
parent
96eccc62f2
commit
704ff4672a
8 changed files with 94 additions and 25 deletions
|
|
@ -7,6 +7,8 @@
|
|||
--tab-button-active-border: rebeccapurple;
|
||||
--tab-button-hover-bg: var(--color-cool-3);
|
||||
|
||||
--item-list-header-background: #171e26;
|
||||
--item-list-header-color: white;
|
||||
--item-card-background: #1d262f;
|
||||
--item-card-color: white;
|
||||
--item-card-header-background: #242d38;
|
||||
|
|
|
|||
3
styles/themes/variables.css
Normal file
3
styles/themes/variables.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
:root {
|
||||
--steel-650: #2b3642;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue