Fix border color of table-responsive elements

This commit is contained in:
Jean-Romain Garnier 2021-01-15 21:28:28 +01:00
parent 20cc588811
commit 025c8afa6f

View file

@ -831,6 +831,9 @@ a.thumbnail:hover {
table { table {
background-color: $table-background-color; background-color: $table-background-color;
} }
.table-responsive {
border-color: $border-color !important;
}
caption { caption {
color: $text-color; color: $text-color;
} }