diff --git a/template.scss b/template.scss index 5443f24..d0d6a8b 100644 --- a/template.scss +++ b/template.scss @@ -831,6 +831,9 @@ a.thumbnail:hover { table { background-color: $table-background-color; } +.table-responsive { + border-color: $border-color !important; +} caption { color: $text-color; }