LoveIt/assets/lib/mermaid/mermaid.scss
2020-02-27 20:14:40 +08:00

15 lines
206 B
SCSS

.page .mermaid {
width: 100%;
margin: 3% auto;
text-align: center;
& > svg {
max-width: 100%;
}
@import "themes/neutral/index";
.dark-theme & {
@import "themes/darker/index";
}
}