From f524b588d0a01b904197265152624001b0d61f4a Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Thu, 12 Jan 2023 01:49:31 +0800 Subject: [PATCH] Update dark.css --- luci-theme-argon/htdocs/luci-static/argon/css/dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css index e75ec34..f527303 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/dark.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/dark.css @@ -642,6 +642,11 @@ textarea { color: #cccccc; } +.cbi-section .cbi-section-remove:nth-of-type(2n), +.container > .cbi-section .cbi-section-node:nth-of-type(2n) { + background-color: #1e1e1e; +} + @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .login-page .login-container .login-form { -webkit-backdrop-filter: blur(var(--blur-radius-dark));