diff --git a/css/index.css b/css/index.css index 12232bb..96bb310 100644 --- a/css/index.css +++ b/css/index.css @@ -165,13 +165,6 @@ header .freeflow div, #info-menu div, #info-mobile-menu div { font-weight: 700 !important; } -button { - background-color: #1a1a1a; - border-radius: 20px; - border: 2px solid white; - box-shadow: none; - font-size: 20px; -} button { background-color: #1a1a1a; @@ -198,6 +191,12 @@ header { padding: 0 !important; border: none !important; box-shadow: none !important; + background-color: transparent !important; +} + +.menu-mobile { + + background-color: transparent !important; } .quicklinks { diff --git a/templates/partials/header.html b/templates/partials/header.html index 053dcf8..99aa151 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -19,13 +19,13 @@
- - diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index be97ef6..3e71e83 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -16,13 +16,13 @@
- - @@ -111,7 +111,7 @@ {% else %} {% set button_id = header_label ~ "-mobile-menu-btn" | slugify %} -