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.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss
index 21ef57c..ef6863f 100644
--- a/src/styles/_theme.scss
+++ b/src/styles/_theme.scss
@@ -26,10 +26,14 @@ $defBorderColor: lightgreen;
$altBorderColor: #FF79C6;
$tableDefBorderColor: lightblue;
-$tableAltBorderColor: gray;
+$tableAltBorderColor: #FF79C6;
+$tableDisabledBorderColor: gray;
$labelUnderlineColor: lightblue;
+$warningColor: red;
+$warningBorderColor: $warningColor;
+
$defShadow: 0px 4px 4px $altBG;