feat: better mermaid graph with centered content and better background color

This commit is contained in:
Julien Calixte
2025-12-05 15:28:49 +01:00
parent 5eec8f036e
commit a97bbf9352

View File

@@ -161,6 +161,13 @@ pre {
}
}
pre.mermaid {
display: flex;
justify-content: center;
align-items: center;
background-color: var(--color-base-content);
}
.markdown-alert {
padding: 1rem;
background-color: #ecf0f1;