summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-04-11 20:22:48 +0200
committerSiri Reiter <siri@jones.dk>2017-04-11 20:22:48 +0200
commitd1fe486911b2d491933db5679c1204a23caa07d5 (patch)
tree41a842c0f347d8abcdadd8055df9398fa283e701
parentf13d62cc8aae78977f81f70f0e9658cc57bb243a (diff)
Green button and button border.
-rw-r--r--style.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index b4d91d2..de59367 100644
--- a/style.scss
+++ b/style.scss
@@ -15,6 +15,7 @@ body {
background-color: $color-well;
.btn-primary {
background-color: $color-well-button;
+ border: $color-well-button;
}
}