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

This commit is contained in:
dap 2024-11-04 19:52:59 +08:00
parent cff04b7101
commit 23ce80dced

View File

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