From c49f962a9dde9f60b8c6764ea03eee6eb9aee985 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 6 Mar 2015 18:00:48 -0500 Subject: paper: carousel caption inherits color, closes #417 --- paper/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'paper/bootstrap.css') 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; +} -- cgit v1.2.3