From 01db5db2f6e0dfcd63e181303723e1aceeb01045 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jan 2013 20:08:13 -0800 Subject: white text on buttons on hover for links --- docs/assets/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index cc134dc4d..c95912cb0 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2430,6 +2430,7 @@ button.close { } .btn:hover { + color: #fff; text-decoration: none; } -- cgit v1.2.3