Changed Button Border Color in Dark Theme

This commit is contained in:
Felix Favre 2014-08-23 16:32:41 +02:00
parent c57e450ed2
commit 13994b7909
1 changed files with 1 additions and 1 deletions

View File

@ -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;