Add ammo to the gear types, and get more design stuff for the AmmoTracker
This commit is contained in:
parent
96e4d09e7b
commit
3ae7e9489a
9 changed files with 85 additions and 11 deletions
|
|
@ -27,6 +27,16 @@
|
|||
--col-gap: 2px;
|
||||
--row-gap: 0px;
|
||||
|
||||
/* Popover Variables */
|
||||
--popover-text: var(--base-text);
|
||||
--popover-background: var(--base-background);
|
||||
|
||||
--popover-alt-row-text: var(--alt-row-text);
|
||||
--popover-alt-row-background: var(--alt-row-background);
|
||||
|
||||
--popover-header-text: var(--header-text);
|
||||
--popover-header-background: var(--header-background);
|
||||
|
||||
/* Additional Variables */
|
||||
--string-tags-border: inherit;
|
||||
--string-tags-tag-background: inherit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue