chore: markdown预览组件 dark模式样式需要重置

master
dap 1 year ago
parent cff04b7101
commit 23ce80dced

@ -92,4 +92,11 @@ onBeforeUnmount(() => {
cursor: unset;
opacity: 1;
}
/**
dark模式样式需要重置
*/
.vditor--dark .vditor-reset {
color: #d1d5da;
}
</style>

Loading…
Cancel
Save