From 3efae83d18726aa2b11b4fc71d5794c6ac03b115 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 16 Feb 2014 19:15:53 -0500 Subject: style links in table cells, closes #214 --- cyborg/bootstrap.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cyborg/bootstrap.css') diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css index 6b9f0122..e1fbf347 100644 --- a/cyborg/bootstrap.css +++ b/cyborg/bootstrap.css @@ -5722,11 +5722,12 @@ button.close { .text-info:hover { color: #9933cc; } -.table tr.success, -.table tr.warning, -.table tr.danger, -.table tr.info { +.table { + color: #fff; +} +.table a { color: #fff; + text-decoration: underline; } .table-responsive > .table { background-color: #181818; -- cgit v1.2.3