Use the below CSS to customize the Grid aggregate root elements
.e-grid .e-gridfooter {
background-color: #deecf9;
}
Using this CSS, you can customize the Grid summary row cell elements.
.e-grid .e-summaryrow .e-summarycell {
background-color: #deecf9;
}