From 8b24a41a5809cc385d739d668dae0b2c0281de58 Mon Sep 17 00:00:00 2001
From: Bard <984419930@qq.com>
Date: Sat, 18 Feb 2023 07:10:30 +0800
Subject: [PATCH] Update header.htm
---
luci-theme-argon/luasrc/view/themes/argon/header.htm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/luci-theme-argon/luasrc/view/themes/argon/header.htm b/luci-theme-argon/luasrc/view/themes/argon/header.htm
index 9da7d0a..5a6503a 100644
--- a/luci-theme-argon/luasrc/view/themes/argon/header.htm
+++ b/luci-theme-argon/luasrc/view/themes/argon/header.htm
@@ -91,11 +91,11 @@
let prefersDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches;
if (prefersDarkMode) {
viewport = document.querySelector("meta[name=theme-color]");
- viewport.setAttribute('content', '#06070a');
+ viewport.setAttribute('content', '#444950');
}
<% elseif mode == 'dark' then %>
-
+
<% elseif mode == 'light' then %>
<% end -%>