aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 149723736..43f50c5be 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -181,7 +181,8 @@ table {
}
th,
- td {
+ td,
+ thead th {
border-color: $gray;
}
}