UI-Template - cant change background color of?

You need to play with various css elements eg a ui_template added to the head section like this

<style>
    body.nr-dashboard-theme md-content md-card {
    background-color: rgba(0,0,255,0.1) !important;
}
</style>