What is the best way of adding a custom CSS to the dashboard?
Here is one method that seems to be taken out of the API:
http://hangfire.discourse.group/t/customize-css-for-ui/1141
And looking at the Dark Extension, it seems like it is using the EmbeddedResourceDispatcher which I am not able to access from an outside assembly.
Any ideas?