Since Helium uses CSS variables for colors, it’s recommended to change the --table-aggregation-background-color variable value instead of styling specific DOM elements, e.g.:
Actually, you style incorrect dom element, the correct css query is .v-table .v-table-footer-wrap, e.g. if you want to change color only for bottom aggregation row, you can write the following: