king
2020-08-20 3683e1475e8d74f690172a468518d88d91a69ccc
src/assets/css/table.scss
@@ -411,6 +411,9 @@
  }
  // gray
  .background.transparent {
    @include tableBackground(transparent);
  }
  .background.gray-1 {
    @include tableBackground(#f5f5f5);
  }
@@ -832,6 +835,9 @@
  }
  // gray
  .font.transparent {
    color: transparent;
  }
  .font.gray-1 {
    color: #f5f5f5;
  }