fix(style): dark mode for mermaid and valine

This commit is contained in:
Dillon
2020-03-14 20:33:12 +08:00
parent c4d409967e
commit 92fc2bf74f
14 changed files with 49 additions and 100 deletions

View File

@@ -10,6 +10,6 @@
@import "themes/neutral/index";
.dark-theme & {
@import "themes/darker/index";
@import "themes/dark/index";
}
}