From ee77e57189a6b0375e840b386754973a376dc089 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 17 Apr 2021 19:04:55 +0530 Subject: added a way to see the total cost and number of items in ItemsDisplay --- src/styles/_theme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/styles') 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; -- cgit v1.2.3