diff options
Diffstat (limited to 'css/theme/black.css')
-rw-r--r-- | css/theme/black.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/theme/black.css b/css/theme/black.css index f0a265f..511fa79 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -182,7 +182,8 @@ body { .reveal table td[align="right"] { text-align: right; } -.reveal table tr:last-child td { +.reveal table tbody tr:last-child th, +.reveal table tbody tr:last-child td { border-bottom: none; } .reveal sup { |