Striped rows in RT 6 or RT 5

Hi,

In RT 4.x series we have striped rows in tables in the UI, I am trying to implement the same look in RT6 (or RT5), without success.

I have read that it is possible to do this using Bootstrap 5.3.1 (it has the variable --bs-table-striped-bg and the table.striped class that could do that), but it seems that RT does not implements tables directly.

Any tips in how I could do that ? I know how to build a custom style sheet in RT and change some colors in the interface, but not much beyond that (I am not a frontend / css developer).

Thank you