summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-03-06 18:00:48 -0500
committerThomas Park <thomas@thomaspark.me>2015-03-06 18:00:48 -0500
commitc49f962a9dde9f60b8c6764ea03eee6eb9aee985 (patch)
treefa60908de7ed53a02da46d0838b1014a3166e423 /paper/bootstrap.css
parent41ba5be16c3496ea675c49f0dc5fb5ceefcd0603 (diff)
paper: carousel caption inherits color, closes #417
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css
index 71c742a7..145da0bf 100644
--- a/paper/bootstrap.css
+++ b/paper/bootstrap.css
@@ -7288,3 +7288,11 @@ input[type="checkbox"]:disabled:checked:after,
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
+.carousel-caption h1,
+.carousel-caption h2,
+.carousel-caption h3,
+.carousel-caption h4,
+.carousel-caption h5,
+.carousel-caption h6 {
+ color: inherit;
+}