toulouse-2022: remove table gradient on desktop (#71297)

This commit is contained in:
Nicolas Roche 2022-11-15 11:32:46 +01:00
parent b36626bddc
commit 57971ed7be
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ $cell-entry-border-color: $gray-6;
$cell-entry-hover-color: $primary-color;
$cell-entry-hover-background: white;
$table-wrapper-background: white;
$button-background: white;
$button-color: $font-color;
$button-border: 2px solid $salmon;