fix: improve Mermaid diagram visibility in dark mode

This commit is contained in:
ChristianZaccaria 2025-05-02 15:15:40 +01:00
parent 272d3359ee
commit 97742a1a10

View file

@ -27,3 +27,9 @@ pre {
white-space: pre-wrap !important;
word-break: break-all;
}
[data-theme="dark"] .mermaid {
background-color: #f4f4f6 !important;
border-radius: 6px;
padding: 0.5em;
}