diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/_theme.scss | 6 |
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; |