Override bootstrap styles for tables

This commit is contained in:
Travis Ralston 2019-04-14 11:19:57 -06:00
parent 77dddb270a
commit 1e98d60cf1

View File

@ -6,7 +6,8 @@
}
table, td, th {
border-color: themed(tableBorderColor);
border-color: themed(tableBorderColor) !important;
color: themed(defaultFgColor) !important;
}
code {