chore: markdown预览组件 dark模式样式需要重置
This commit is contained in:
parent
cff04b7101
commit
23ce80dced
@ -92,4 +92,11 @@ onBeforeUnmount(() => {
|
|||||||
cursor: unset;
|
cursor: unset;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
dark模式样式需要重置
|
||||||
|
*/
|
||||||
|
.vditor--dark .vditor-reset {
|
||||||
|
color: #d1d5da;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user