Skip to content

Commit

Permalink
πŸ“ Set bg-color for mermaid rects to white
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Mar 23, 2024
1 parent edd7e97 commit 6d70c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<p align="center">A wrapper around FFmpeg which simplifies merging of multiple videos.</p>

```mermaid
%%{init: {'themeVariables': { 'mainBkg': 'white', 'nodeBorder': 'black' }}}%%
graph LR;
Video_A-->Vidmerger;
Video_B-->Vidmerger;
Expand Down

0 comments on commit 6d70c16

Please sign in to comment.