mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
12 lines
170 B
SCSS
12 lines
170 B
SCSS
|
.mermaid {
|
||
|
width: 100%;
|
||
|
margin: 3% auto;
|
||
|
text-align: center;
|
||
|
|
||
|
@import "lib/mermaid/neutral/index";
|
||
|
|
||
|
.dark-theme & {
|
||
|
@import "lib/mermaid/dark/index";
|
||
|
}
|
||
|
}
|