Begin work on the Untyped item info

This commit is contained in:
Oliver-Akins 2024-03-20 19:07:25 -06:00
parent aa5c6d5aba
commit 80995da0aa
6 changed files with 85 additions and 17 deletions

View file

@ -43,7 +43,15 @@ $body-font: sans-serif;
--skill-training-select-text-color: #{$on-surface};
--skill-roll-button-text-color: #{$on-surface};
/* Common Inventory Item Variables */
--inventory-item-name-font: #{$body-font};
--inventory-item-name-font-size: 0.875rem;
/* Material inventory item details */
--inventory-material-color: white;
--inventory-material-hover-color: white;
--inventory-material-focus-color: white;
/* Untyped (custom) inventory item details */
--inventory-untyped-color: white;
}