From 5a47978621e274a5b6e244929269cb3b4a59eb2d Mon Sep 17 00:00:00 2001 From: Scott Pinkelman Date: Tue, 19 Apr 2016 12:30:18 -0400 Subject: [PATCH] Makes button border editable in _settings.scss --- scss/components/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_button.scss b/scss/components/_button.scss index dfc02968..95f2f615 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -67,7 +67,7 @@ table.button { text-align: left; color: $button-color; background: $button-background; - border: 2px solid $button-background; + border: $button-border; a { font-family: $body-font-family; -- 2.47.2