mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-08 11:17:27 +08:00
update 2025-01-07 02:09:41
This commit is contained in:
parent
d087e8c3e6
commit
6f41870bfb
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user