From: soufiane Date: Wed, 10 Sep 2025 16:38:50 +0000 (+0200) Subject: wait #7657 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;p=lyveas.git wait #7657 --- diff --git a/web/app/themes/lyveas/resources/styles/menu.css b/web/app/themes/lyveas/resources/styles/menu.css index d0475be..219f28f 100644 --- a/web/app/themes/lyveas/resources/styles/menu.css +++ b/web/app/themes/lyveas/resources/styles/menu.css @@ -13,6 +13,12 @@ width: 100%; z-index: 22; height: 95px; + .home &{ + background-color: transparent; + } + &.scrolling { + background-color: var(--color-navy); + } .site-logo { --logo-text-color: white; @@ -43,6 +49,10 @@ li:first-of-type { display: none; } + + li:nth-of-type(3) { + order: -1; + } } } }