feat: change default mermaid background color to transparent

This commit is contained in:
Caleb White 2024-07-29 13:27:43 -05:00
parent 09b13f396b
commit 1fc64cbcfa
No known key found for this signature in database
GPG Key ID: 32077EE10EF10764

View File

@ -212,7 +212,7 @@ impl Worker {
"-t", "-t",
style.theme.as_deref().unwrap_or("default"), style.theme.as_deref().unwrap_or("default"),
"-b", "-b",
style.background.as_deref().unwrap_or("white"), style.background.as_deref().unwrap_or("transparent"),
]) ])
.run()?; .run()?;