refactor: 导航栏右侧样式优化

Former-commit-id: af72114efdff31af2d385b1be2f7a19ca2045c3d
This commit is contained in:
haoxr
2023-03-26 10:38:16 +08:00
parent e3919f3552
commit 078392728b
2 changed files with 20 additions and 26 deletions

View File

@@ -12,6 +12,9 @@ html.dark{
.navbar {
background-color: var(--el-bg-color);
color: var(--el-text-color-regular);
.navbar-setting-item:hover{
background: var(--el-fill-color-light);
}
}
.right-panel-btn{