diff options
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/_theme.scss | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss index a238d37..436ca2b 100644 --- a/src/styles/_theme.scss +++ b/src/styles/_theme.scss @@ -31,14 +31,9 @@ $tableDefBorderColor: $underline1; $tableAltBorderColor: $underline2; $tableDisabledBorderColor: $underline0; - - - $warningColor: red; $warningBorderColor: $warningColor; - $shadowColor: #232627; $defBigShadow: 0px 8px 4px $shadowColor; -// $floatingShadow: 0px 8px 4px 0 $shadowColor, 0px 6px 20px 0 $shadowColor; -$floatingShadow: 6px 6px 3px $shadowColor; +$floatingShadow: 6px 6px 6px $shadowColor; |