Share & showcase - Obsidian Forum
・I couldn’t find any CSS snippet for mermaid to make nodes transparent (to make it feel more integrated with text), so I made one.
・This one makes mermaid diagrams use only text color (outline only/monochrome style), and it adapts to theme and light/dark mode: .theme-dark .mermaid > svg { filter: none !important; } .mermaid { background-color: transparent !important; } .mermaid rect, .mermaid circle, .mermaid ellipse,