mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
90184ca3e7
* feat(search): add local search * docs: add docs for search
15 lines
198 B
SCSS
15 lines
198 B
SCSS
.page .mermaid {
|
|
width: 100%;
|
|
margin: 3% auto;
|
|
text-align: center;
|
|
|
|
& > svg {
|
|
max-width: 100%;
|
|
}
|
|
|
|
@import "themes/neutral/index";
|
|
|
|
.dark & {
|
|
@import "themes/dark/index";
|
|
}
|
|
}
|