update 2025-01-07 02:09:41

This commit is contained in:
actions-user 2025-01-07 02:09:41 +08:00
parent d087e8c3e6
commit 6f41870bfb
2 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
// out: ../htdocs/luci-static/argon/css/cascade.css, compress: true , sourceMap: false
/**
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material Argon Template
*
* luci-theme-argon
* Copyright 2023 Jerrykuku <jerrykuku@qq.com>
@ -23,7 +23,7 @@
*/
/*
* Include base and custom css
* Include base 和 custom css
*/
@import url("pure-min.less");
@import url("fonts.less");
@ -35,7 +35,6 @@
--main-color: #09c;
--header-bg: #09c;
--header-color: #fff;
--bar-bg: #5e72e4;
--menu-bg-color: #fff;
--menu-color: #5f6368;
--menu-color-hover: #202124;
@ -2685,7 +2684,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
display: block;
position: absolute;
height: 100%;
background-color: var(--bar-bg);
background-color: var(--primary);
border-radius: 0.5rem;
transition: width 0.3s;
}