Commit 0ee779b6 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by Mark Otto
Browse files

Print color fix dark tables and dark theads (#26193)

parent 9faf8e85
Showing with 17 additions and 0 deletions
+17 -0
......@@ -112,6 +112,7 @@
background-color: $white !important;
}
}
.table-bordered {
th,
td {
......@@ -119,6 +120,22 @@
}
}
.table-dark {
color: inherit;
th,
td,
thead th,
tbody + tbody {
border-color: $table-border-color;
}
}
.table .thead-dark th {
color: inherit;
border-color: $table-border-color;
}
// Bootstrap specific changes end
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment