diff options
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r-- | slate/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css index 23dc2286..b78b3a41 100644 --- a/slate/bootstrap.css +++ b/slate/bootstrap.css @@ -5860,10 +5860,10 @@ h6 { .table a { text-decoration: underline; } -.table tr.success, -.table tr.warning, -.table tr.danger, -.table tr.info { +.table .success, +.table .warning, +.table .danger, +.table .info { color: #fff; } .table-bordered tbody tr.success td, |