]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_tables.scss
Code cleanup, bug squashing
[bookstack] / resources / sass / _tables.scss
index 2778736083662ac7901612bc4b590c09547da625..f41ebd0c4bf734c5392652f8aa983eae37025bf0 100644 (file)
@@ -2,7 +2,7 @@ table {
   min-width: 100px;
   max-width: 100%;
   thead {
-    background-color: #F8F8F8;
+    @include lightDark(background-color, #f8f8f8, #333);
     font-weight: 500;
   }
   td, th {
@@ -33,7 +33,7 @@ table.table {
     font-weight: bold;
   }
   tr:hover {
-    background-color: #EEE;
+    @include lightDark(background-color, #eee, #333);
   }
   .text-right {
     text-align: end;