mirror of
https://github.com/mfontanini/presenterm.git
synced 2025-05-07 08:23:00 +00:00
feat: change default mermaid background color to transparent
This commit is contained in:
parent
09b13f396b
commit
1fc64cbcfa
@ -212,7 +212,7 @@ impl Worker {
|
||||
"-t",
|
||||
style.theme.as_deref().unwrap_or("default"),
|
||||
"-b",
|
||||
style.background.as_deref().unwrap_or("white"),
|
||||
style.background.as_deref().unwrap_or("transparent"),
|
||||
])
|
||||
.run()?;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user