UI:完成整体暗色适配
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user