diff --git a/scss/_tables.scss b/scss/_tables.scss
index b7ab3d5062dd099ee02baf29522042905f670011..11259153f2ce8b1d4378c1e2e8c8524783088477 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -142,7 +142,7 @@
   }
 
   &.table-striped {
-    tbody tr:nth-of-type(odd) {
+    tbody tr:nth-of-type(#{$table-striped-order}) {
       background-color: $table-dark-accent-bg;
     }
   }