aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/theme/template/theme.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index d1be10a..b5069d3 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -199,8 +199,9 @@ body {
border-bottom: 1px solid;
}
-.reveal table tr:last-child td {
- border-bottom: none;
+.reveal table tbody tr:last-child th,
+.reveal table tbody tr:last-child td {
+ border-bottom: none;
}
.reveal sup {