mirror of
https://github.com/mfontanini/presenterm.git
synced 2025-05-07 16:33:01 +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",
|
"-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()?;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user