From 0b36debc5f5ba534575233e76c3541c01a55d7b0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2016 23:50:50 -0700 Subject: grunt --- docs/dist/css/bootstrap.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index d0ac3bfe3..67669eaa3 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3782,7 +3782,6 @@ input[type="button"].btn-block { padding: .5rem .75rem; font-size: 1.25rem; line-height: 1; - background-color: transparent; background: transparent no-repeat center center; -webkit-background-size: 24px 24px; background-size: 24px 24px; @@ -6271,6 +6270,14 @@ a.text-danger:focus, a.text-danger:hover { color: #c9302c !important; } +.text-gray-dark { + color: #373a3c !important; +} + +a.text-gray-dark:focus, a.text-gray-dark:hover { + color: #1f2021 !important; +} + .text-hide { font: 0/0 a; color: transparent; -- cgit v1.2.3