diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r-- | cyborg/bootswatch.less | 8 |
1 files changed, 4 insertions, 4 deletions
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; } } |