update nav and color

This commit is contained in:
2024-02-11 14:05:06 +02:00
parent 5543c1875b
commit fbdbe0132d
5 changed files with 17 additions and 13 deletions

View File

@@ -97,7 +97,7 @@
{% else %}
<header id="header-container">
{% set header_class = config.extra.header_class | default(value='') %}
<div class="{{'z-10 header_BG border-b-[1px] border-orange-900 fixed w-screen max-w-full ' ~ header_class}}">
<div class="{{'z-10 header_BG border-b-[1px] border-white-900 fixed w-screen max-w-full ' ~ header_class}}">
<div class="container mx-auto">
<div class="relative z-50 shadow">
<div class="mx-auto flex z-50 shadow justify-between items-center pr-2 md:pr-0 py-2 lg:px-2 lg:justify-start lg:space-x-20">