css: fix site name flickering black on page load.

Fix regression in 7bbe6e9d. Caused by CSS specificity conflict.
This commit is contained in:
evazion
2022-02-09 01:01:34 -06:00
parent c207f34dbb
commit d4b251a079
2 changed files with 5 additions and 2 deletions

View File

@@ -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>