update 2025-01-08 02:10:00

This commit is contained in:
actions-user 2025-01-08 02:10:00 +08:00
parent 71b2011328
commit fa1f73d859
2 changed files with 5 additions and 4 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 Argon Template
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
*
* luci-theme-argon
* Copyright 2023 Jerrykuku <jerrykuku@qq.com>
@ -23,7 +23,7 @@
*/
/*
* Include base 和 custom css
* Include base and custom css
*/
@import url("pure-min.less");
@import url("fonts.less");
@ -35,6 +35,7 @@
--main-color: #09c;
--header-bg: #09c;
--header-color: #fff;
--bar-bg: #5e72e4;
--menu-bg-color: #fff;
--menu-color: #5f6368;
--menu-color-hover: #202124;
@ -2684,7 +2685,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
display: block;
position: absolute;
height: 100%;
background-color: var(--primary);
background-color: var(--bar-bg);
border-radius: 0.5rem;
transition: width 0.3s;
}