Agencies can now customize their entire dashboard by applying custom CSS, making everything on brand. Visit Configurations
-> Agencies
-> Branding
and paste your CSS into the Custom CSS code
field.
To set the navigation to red as an example, you can use this code:
.navbar { background-color: red; }