feat: better mermaid graph with centered content and better background color
This commit is contained in:
@@ -161,6 +161,13 @@ pre {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre.mermaid {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
background-color: var(--color-base-content);
|
||||||
|
}
|
||||||
|
|
||||||
.markdown-alert {
|
.markdown-alert {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background-color: #ecf0f1;
|
background-color: #ecf0f1;
|
||||||
|
|||||||
Reference in New Issue
Block a user