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/bootswatch.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cyborg/bootswatch.less') diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index 2f4c3b91..848b700b 100644 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -44,11 +44,11 @@ .table { - tr.success, - tr.warning, - tr.danger, - tr.info { + color: #fff; + + a { color: #fff; + text-decoration: underline; } } -- cgit v1.2.3