diff options
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r-- | cyborg/bootstrap.css | 9 |
1 files changed, 5 insertions, 4 deletions
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; |