Fix background color of flowchart in Package-based Configuration

This commit is contained in:
Tom Willemse 2023-05-24 00:20:19 -07:00
parent 6e212e57e2
commit 6bbcd954c0

View file

@ -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 #+begin_src dot :exports results :file git-config-workflow.svg
digraph { digraph {
graph [bgcolor="#111114"] graph [bgcolor="#222424"]
node [color="#bfbfbf", fontcolor="#bfbfbf", fontname="sans-serif"] node [color="#bfbfbf", fontcolor="#bfbfbf", fontname="sans-serif"]
edge [color="#bfbfbf", fontcolor="#bfbfbf", fontname="sans-serif"] edge [color="#bfbfbf", fontcolor="#bfbfbf", fontname="sans-serif"]
label="Installing my configuration on a new machine" label="Installing my configuration on a new machine"