2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

correct inverse table border color, add new var

This commit is contained in:
Mark Otto
2017-03-19 16:52:39 -07:00
committed by Mark Otto
parent 2085c14267
commit 08d612f3e4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
th,
td,
thead th {
border-color: $body-bg;
border-color: $table-inverse-border;
}
&.table-bordered {