Where is the dark theme located?
csuwildcat opened this issue · 2 comments
csuwildcat commented
The demo on the playground page displays the preview with a dark theme, and I was wondering where that might be located so I can use it in my own instance.
hookind commented
同样求问。
目前只发现可通过下面语句覆盖样式,不太方便。
:deep(.markdown-body) {
background-color: #fff !important;
color: #000 !important;
}
DragonnZhang commented
I used :deep(.bytemd) and :deep(.markdown-body) to override style.