summaryrefslogtreecommitdiff
path: root/paper/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-03-03 18:37:21 -0500
committerThomas Park <thomas@thomaspark.co>2016-03-03 18:37:21 -0500
commitd5e196e85a3a1f4ca72cacd59470e9fcf58c269a (patch)
tree3be289beebfc7143ea54ada4e408faf801a4c2db /paper/_bootswatch.scss
parent33bcea1b873984be8cf59d0271c74df22a638311 (diff)
paper: fix button text color in alerts, closes #552
Diffstat (limited to 'paper/_bootswatch.scss')
-rw-r--r--paper/_bootswatch.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss
index 420b120f..33790d66 100644
--- a/paper/_bootswatch.scss
+++ b/paper/_bootswatch.scss
@@ -497,7 +497,7 @@ input[type="checkbox"],
background-color: $brand-danger;
}
- a:not(.close),
+ a:not(.close):not(.btn),
.alert-link {
color: #fff;
font-weight: bold;