diff --git a/src/app.css b/src/app.css index 83976948..d1b1a94b 100644 --- a/src/app.css +++ b/src/app.css @@ -384,7 +384,7 @@ html.dark, } } -:root[data-theme='dark'] { +/* :root[data-theme='dark'] { --el-bg-color: var(--color-neutral-900); --el-bg-color-page: var(--color-neutral-900); --el-bg-color-overlay: var(--color-neutral-800); @@ -396,7 +396,7 @@ html.dark, .el-message-box { background-color: var(--el-bg-color-overlay) !important; } -} +} */ html.dark body, :root.dark body, diff --git a/src/shared/constants/themes.js b/src/shared/constants/themes.js index 25e2dcec..347f2b50 100644 --- a/src/shared/constants/themes.js +++ b/src/shared/constants/themes.js @@ -10,9 +10,9 @@ export const THEME_CONFIG = { dark: { isDark: true, name: 'Dark' - }, - midnight: { - isDark: true, - name: 'Midnight' } + // midnight: { + // isDark: true, + // name: 'Midnight' + // } };