Hangfire.Dashboard.Dark
Hangfire.Dashboard.Dark copied to clipboard
Fix for dark style not being applied
In GlobalConfigurationExtension.cs, in the UseDarkDashboard extension method, the css path was not matching when passed to the DashboardRoutes.Routes.Append method. Changing the path to the same that was already in the route list fixed the problem (use "/css[0-9]+" instead of "/css[0-9]{3}").