diff --git a/scss/_print.scss b/scss/_print.scss
index 410216dd74c2f0a25f1050366b2542a78e54a7cc..1df9487358210354b8a12558056daa0b2be59ae8 100644
--- a/scss/_print.scss
+++ b/scss/_print.scss
@@ -112,6 +112,7 @@
         background-color: $white !important;
       }
     }
+
     .table-bordered {
       th,
       td {
@@ -119,6 +120,22 @@
       }
     }
 
+    .table-dark {
+      color: inherit;
+
+      th,
+      td,
+      thead th,
+      tbody + tbody {
+        border-color: $table-border-color;
+      }
+    }
+
+    .table .thead-dark th {
+      color: inherit;
+      border-color: $table-border-color;
+    }
+
     // Bootstrap specific changes end
   }
 }