mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 20:22:41 +00: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";
|
|
}
|
|
}
|