aboutsummaryrefslogtreecommitdiff
path: root/src/styles/_theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/_theme.scss')
-rw-r--r--src/styles/_theme.scss3
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;