css: fix site name flickering black on page load.
Fix regression in 7bbe6e9d. Caused by CSS specificity conflict.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<%= render "news_updates/listing" %>
|
||||
|
||||
<header id="top" class="mb-4">
|
||||
<%= link_to Danbooru.config.app_name, root_path, id: "app-name-header", class: "heading" %>
|
||||
<%= link_to Danbooru.config.app_name, root_path, id: "app-name-header", class: "font-bold font-header leading-normal" %>
|
||||
|
||||
<div id="maintoggle" class="mobile-only">
|
||||
<a href="#"><%= menu_icon(id: "maintoggle-on") %></a>
|
||||
|
||||
Reference in New Issue
Block a user