LoveIt/assets/lib/mermaid/mermaid.scss
2020-04-28 01:38:22 +08:00

15 lines
205 B
SCSS

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