From b20bdceed249405f5156f951f8e10cb1fd726354 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 3 Apr 2017 18:36:59 +0200 Subject: Fix adjust button color. --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index d8de535..759ae4d 100644 --- a/style.scss +++ b/style.scss @@ -13,7 +13,7 @@ body { .well { background-color: $color-well; - .btn { + .btn-primary { background-color: $color-well-button; } } -- cgit v1.2.3