Skip to content

Commit

Permalink
追加:自定义[暗色模式]主色调,对 [左侧导航主菜单选项卡] 中的 状态[Status] & 管控[Control] 图标的颜色生效
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedPartner committed May 16, 2023
1 parent 4c2f45e commit 6c916af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions htdocs/luci-static/argon/css/dark.css
Expand Up @@ -89,6 +89,14 @@ header::after {
box-shadow: 0 0 1px #000 !important;
}

.main .main-left .nav .slide .menu[data-title=Status]:before {
color: var(--dark-primary) !important;
}

.main .main-left .nav .slide .menu[data-title=Control]:before {
color: var(--dark-primary) !important;
}

.main .main-left .nav li a {
color: #cccccc !important;
}
Expand Down
5 changes: 5 additions & 0 deletions htdocs/luci-static/argon/less/dark.less
Expand Up @@ -147,6 +147,11 @@ header::after {
box-shadow: 0 0 1px #000 !important;
}
}

.menu[data-title=Status]:before,
.menu[data-title=Control]:before {
color: var(--dark-primary) !important;
}
}

li {
Expand Down

0 comments on commit 6c916af

Please sign in to comment.