I am currently working on a Vue.js project utilizing the "vue3-easy-data-table" library and following the style recommendations outlined on this particular webpage:
Despite attempting to apply the following CSS properties:
--easy-table-body-even-row-font-color: #fff; --easy-table-body-even-row-background-color: #4c5d7a;
I have not been able to successfully change the background color of the even rows. Adding !important did not make a difference, and even when attempting to edit the code in Code Sandbox, it did not work as expected.
Does anyone have any suggestions on how I can achieve a different color for the even rows as demonstrated in the example?