From 9090f816426179394f0782e51ce92881f13aec26 Mon Sep 17 00:00:00 2001
From: Emi <2206700+coppolaemilio@users.noreply.github.com>
Date: Fri, 22 Aug 2025 12:50:21 +0200
Subject: [PATCH] fix dropdown background
---
_layouts/default.html | 2 +-
assets/css/header.css | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_layouts/default.html b/_layouts/default.html
index f1315c488d..ee503bfb60 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -40,7 +40,7 @@
-
+
diff --git a/assets/css/header.css b/assets/css/header.css
index a3a8557db7..e27c80af26 100644
--- a/assets/css/header.css
+++ b/assets/css/header.css
@@ -175,7 +175,7 @@ header .banner-container .banner a {
.nav-dropdown-menu {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
border-radius: 5px;
- background: #303030e3;
+ background: light-dark(#ffffffe3, #303030e3);
border: 1px solid #ffffff3b;
position: fixed;
@@ -332,7 +332,7 @@ header .banner-container .banner a {
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 5px;
- background: lightdark(#ffffffe3, #303030e3);
+ background: #303030e3;
border: 1px solid #ffffff3b;
position: relative;
top: 50px;