Skip to content

Commit 2e05af6

Browse files
ssongliuwanghe-fit2cloud
authored andcommitted
fix: 解决深色模式下版本显示问题 (#5402)
Refs #5370
1 parent 4285fed commit 2e05af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/styles/element-dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
html.dark {
22
--el-box-shadow-light: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
3+
--dark-gold-base-color: #5a5a5a;
34
--el-border-color-lighter: #1d2023;
45
--el-fill-color-blank: #111417;
56
--el-bg-color: rgba(0, 11, 21, 1);

0 commit comments

Comments
 (0)