diff --git a/scss/_tables.scss b/scss/_tables.scss
index 756c071a793074f529081983c645bb05cf998fd1..95d1c4a867ac615bf8a001de977fb52808e48be8 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;
     }
   }