From 7c268f32c257fc0848dcfb53f4ee09542fb30f44 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 24 Apr 2024 14:55:29 +0200 Subject: [PATCH] fix black info button --- css/index.css | 1 + templates/partials/header_custom.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 12232bb..9725add 100644 --- a/css/index.css +++ b/css/index.css @@ -198,6 +198,7 @@ header { padding: 0 !important; border: none !important; box-shadow: none !important; + background-color: transparent !important; } .quicklinks { diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index be97ef6..5ff0275 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -45,7 +45,7 @@ {% else %}
{% set button_id = header_label ~ "-menu-btn" | slugify %} -