mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-19 01:21:11 -06:00
Change decision block color
Provides more contrast in the infographics
This commit is contained in:
@@ -2,8 +2,9 @@
|
|||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
|
|
||||||
\definecolor{codeblue}{RGB}{69, 161, 248}
|
\definecolor{codeblue}{RGB}{69, 161, 248}
|
||||||
|
\definecolor{codegray}{RGB}{40, 40, 40}
|
||||||
\usetikzlibrary{shapes,arrows}
|
\usetikzlibrary{shapes,arrows}
|
||||||
\tikzstyle{decision} = [diamond, draw, fill=codeblue, text=white,
|
\tikzstyle{decision} = [diamond, draw, fill=codegray, text=white,
|
||||||
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
|
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
|
||||||
\tikzstyle{block} = [rectangle, draw, fill=codeblue, text=white,
|
\tikzstyle{block} = [rectangle, draw, fill=codeblue, text=white,
|
||||||
text width=5em, text centered, rounded corners, minimum height=4em]
|
text width=5em, text centered, rounded corners, minimum height=4em]
|
||||||
|
|||||||
Reference in New Issue
Block a user