UI:完成整体暗色适配

This commit is contained in:
宇阳
2024-12-10 13:00:38 +08:00
parent 1b9bc1adeb
commit a0790bbf1c
7 changed files with 37 additions and 18 deletions

View File

@@ -4,8 +4,22 @@
height: calc(100vh - 200px);
border: none;
z-index: 99999;
@apply bg-white dark:bg-boxdark text-black dark:text-white;
.bytemd-toolbar {
background-color: transparent;
@apply dark:border-strokedark;
}
.bytemd-preview {
@apply dark:border-strokedark;
}
.bytemd-status{
@apply dark:border-strokedark;
}
.CodeMirror {
@apply dark:text-white bg-white dark:bg-boxdark;
}
}