Browse Source

fix: 解决深色模式下版本显示问题 (#5402)

Refs #5370
pull/5409/head
ssongliu 5 months ago committed by GitHub
parent
commit
e2316369a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      frontend/src/styles/element-dark.scss

1
frontend/src/styles/element-dark.scss

@ -1,5 +1,6 @@
html.dark {
--el-box-shadow-light: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
--dark-gold-base-color: #5a5a5a;
--el-border-color-lighter: #1d2023;
--el-fill-color-blank: #111417;
--el-bg-color: rgba(0, 11, 21, 1);

Loading…
Cancel
Save