diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-17 19:04:55 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-17 19:04:55 +0530 |
commit | ee77e57189a6b0375e840b386754973a376dc089 (patch) | |
tree | eb5868219a01c68acb6ae996d99629020ef00e89 /src/styles | |
parent | 444a8147f59df78ebf14222edcebf944226b533e (diff) |
added a way to see the total cost and number of items in ItemsDisplay
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/_theme.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss index e3ffa68..21ef57c 100644 --- a/src/styles/_theme.scss +++ b/src/styles/_theme.scss @@ -25,7 +25,8 @@ $altLink: $altFG; $defBorderColor: lightgreen; $altBorderColor: #FF79C6; -$tableBorderColor: lightblue; +$tableDefBorderColor: lightblue; +$tableAltBorderColor: gray; $labelUnderlineColor: lightblue; |