Add ammo to the gear types, and get more design stuff for the AmmoTracker

This commit is contained in:
Oliver-Akins 2025-03-15 18:36:04 -06:00
parent 96e4d09e7b
commit 3ae7e9489a
9 changed files with 85 additions and 11 deletions

View file

@ -1,5 +1,4 @@
.ripcrypt.popover.frameless button,
.ripcrypt.hud button,
.ripcrypt:where(.popover.frameless, .hud) button,
.ripcrypt > .window-content button {
all: revert;
outline: none;

View file

@ -36,6 +36,9 @@
}
ul {
margin: 0;
padding: 0;
> li {
margin: 0;
}

View file

@ -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;