Is there a way to use a custom stylesheet for the HangFire UI? I’m embedding HangFire inside another application and would like the look-and-feel to match more closely. It would be cool if you could pass in the path to a CSS file as part of the dashboard options object when making the call to UseHangfireDashboard. If you think that makes sense I’d be happy to take a stab at a PR for it.
Hi @joshberry, why not. I think it should be available through the DashboardOptions.ExtraCssUrl option or so. Would you like to create a PR agains the dev branch?
Another approach to update the stylesheet is to have a router rewrite rule for /css* and redirect it to your stylesheet or copy that stylesheet and add your updated rules accordingly.