Files
docs/.vitepress/theme/style.css
T

16 lines
262 B
CSS

.mermaid {
margin: 24px 0;
padding: 16px;
overflow-x: auto;
border: 1px solid var(--vp-c-divider);
border-radius: 12px;
background: var(--vp-c-bg-soft);
text-align: center;
white-space: pre;
}
.mermaid svg {
max-width: 100%;
height: auto;
}