diff --git a/scss/_tables.scss b/scss/_tables.scss
index 50368293a9..19f679d288 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -4,6 +4,7 @@
 
 .table {
   --#{$variable-prefix}table-bg: #{$table-bg};
+  --#{$variable-prefix}table-accent-bg: #{$table-bg};
   --#{$variable-prefix}table-striped-color: #{$table-striped-color};
   --#{$variable-prefix}table-striped-bg: #{$table-striped-bg};
   --#{$variable-prefix}table-active-color: #{$table-active-color};