Color in dashboard for template nodes

In the dashboard style I use

body.nr-dashboard-theme md-content md-card { background-color: #3d3d3d !important; }

since then I cannot change anymore the color of the template node with

.nr-dashboard-theme .nr-dashboard-template { background-color: green; }

How can I change the color of the template again (deleting of the body.nr-dashboard......didn't help)?

A bit info about the problem to investigate
CSS !important Property!

1 Like

Great! Many thanks. It works.