Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

perf: 优化 dark-blue 主题颜色

This commit is contained in:
pany 2023-06-21 12:37:19 +08:00
parent 29e0da32e2
commit 85bf5a6948
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ html.dark-blue {
--el-fill-color-blank: #031e47;
/** bg-color */
--el-bg-color: #021633;
--el-bg-color-overlay: #021633;
--el-bg-color-overlay: #031e47;
/** mask */
--el-mask-color: rgba(0, 0, 0, 0.5);
}

View File

@ -91,7 +91,7 @@ $bg-color: () !default;
$bg-color: map.merge(
(
"": #021633,
"overlay": #021633
"overlay": #031e47
),
$bg-color
);