aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-17 16:18:12 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-17 16:18:12 +0530
commit444a8147f59df78ebf14222edcebf944226b533e (patch)
tree88f72d041c3b75b5c3d7d6f48fffc2b943379809 /src/styles
parent2efc453d20aca682ac3f34af8687d4bb28642195 (diff)
designed DisplayItem and ItemsDisplay so it now renders a pretty table
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/_theme.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss
index ba67346..e3ffa68 100644
--- a/src/styles/_theme.scss
+++ b/src/styles/_theme.scss
@@ -25,6 +25,8 @@ $altLink: $altFG;
$defBorderColor: lightgreen;
$altBorderColor: #FF79C6;
+$tableBorderColor: lightblue;
+
$labelUnderlineColor: lightblue;