summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-03 18:36:59 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-03 18:36:59 +0200
commitb20bdceed249405f5156f951f8e10cb1fd726354 (patch)
tree52068befd9423cf7b1b12a0fd744139c4a781ee3
parent8ad74dc2e0f018833a3013643c26fcee19468994 (diff)
Fix adjust button color.
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
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;
}
}