summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-08-23 16:32:41 +0200
committerFelix Favre <gnomus@gnomus.de>2014-08-23 16:32:41 +0200
commit13994b7909476f56ab662bac9590a8a090bd1e9d (patch)
tree7aff6e346430a09590059bb3598f2de56760a499 /themes
parentc57e450ed252837eff3f7913fa46c168bd645392 (diff)
Changed Button Border Color in Dark Theme
Diffstat (limited to 'themes')
-rw-r--r--themes/theme1.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/theme1.scss b/themes/theme1.scss
index bd1919e1..74915432 100644
--- a/themes/theme1.scss
+++ b/themes/theme1.scss
@@ -167,7 +167,7 @@ $btn-font-weight: normal;
$btn-default-color: #fff;
$btn-default-bg: lighten($gray-dark, 10%);
-$btn-default-border: $btn-default-bg;
+$btn-default-border: #282828;
$btn-primary-color: $btn-default-color;
$btn-primary-bg: $brand-primary;