Fix background color of flowchart in Package-based Configuration
This commit is contained in:
parent
6e212e57e2
commit
6bbcd954c0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ For a long time I was using a git repository that contained all of my configurat
|
|||
|
||||
#+begin_src dot :exports results :file git-config-workflow.svg
|
||||
digraph {
|
||||
graph [bgcolor="#111114"]
|
||||
graph [bgcolor="#222424"]
|
||||
node [color="#bfbfbf", fontcolor="#bfbfbf", fontname="sans-serif"]
|
||||
edge [color="#bfbfbf", fontcolor="#bfbfbf", fontname="sans-serif"]
|
||||
label="Installing my configuration on a new machine"
|
||||
|
|
Loading…
Reference in a new issue