web/views/layout.erb in sidekiq-6.0.0 vs web/views/layout.erb in sidekiq-6.0.1

- old
+ new

@@ -9,9 +9,10 @@ <% if rtl? %> <link href="<%= root_path %>stylesheets/bootstrap-rtl.min.css" media="screen" rel="stylesheet" type="text/css"/> <% end %> <link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" /> + <link href="<%= root_path %>stylesheets/application-dark.css" media="screen" rel="stylesheet" type="text/css" /> <% if rtl? %> <link href="<%= root_path %>stylesheets/application-rtl.css" media="screen" rel="stylesheet" type="text/css" /> <% end %> <link rel="shortcut icon" type="image/ico" href="<%= root_path %>images/favicon.ico" />