comment midnight theme

This commit is contained in:
pa
2026-01-12 00:14:47 +09:00
committed by Natsumi
parent 2a6a14b7e4
commit e595924317
2 changed files with 6 additions and 6 deletions

View File

@@ -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,

View File

@@ -10,9 +10,9 @@ export const THEME_CONFIG = {
dark: {
isDark: true,
name: 'Dark'
},
midnight: {
isDark: true,
name: 'Midnight'
}
// midnight: {
// isDark: true,
// name: 'Midnight'
// }
};