diff --git a/themes/fid_bbi/scss/compiled.scss b/themes/fid_bbi/scss/compiled.scss index 36524f847b8655bfee1c2eac10f7b235da473519..01780e50b0f4d571b109af248138e66613a3d746 100644 --- a/themes/fid_bbi/scss/compiled.scss +++ b/themes/fid_bbi/scss/compiled.scss @@ -16,6 +16,10 @@ body { table-layout: auto; } +.table-striped > tbody > tr:nth-of-type(2n+1) { + background-color: initial; +} + // Helper Classes .flex-column { display: flex;