chore: refactor css code style

This commit is contained in:
Dillon
2020-02-14 22:07:46 +08:00
parent 1088f86b6d
commit 73b1250cbf
26 changed files with 30 additions and 19 deletions

11
assets/css/mermaid.scss Normal file
View File

@@ -0,0 +1,11 @@
.mermaid {
width: 100%;
margin: 3% auto;
text-align: center;
@import "lib/mermaid/neutral/index";
.dark-theme & {
@import "lib/mermaid/dark/index";
}
}