Minor color edits

This commit is contained in:
2023-10-27 19:55:24 -07:00
parent 83ff16dc88
commit a1dec5ecdc
2 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ This is called an \textit{en passant} capture (Which means \say{in passing} in F
},
addpgf={
\tikz[overlay]
\draw[red,line width=0.1em,->]
\draw[ocyan,line width=0.1em,->]
(a1)--(a3);
},
]
@ -42,7 +42,7 @@ This is called an \textit{en passant} capture (Which means \say{in passing} in F
},
addpgf={
\tikz[overlay]
\draw[red,line width=0.1em,->]
\draw[ocyan,line width=0.1em,->]
(b3)--(a2);
},
]
@ -92,10 +92,10 @@ A king and rook can \textit{castle} under the following conditions:
},
addpgf={
\tikz[overlay]
\draw[red,line width=0.1em,->]
\draw[ocyan,line width=0.1em,->]
(e1)--(g1);
\tikz[overlay]
\draw[red,line width=0.1em,->]
\draw[ocyan,line width=0.1em,->]
(e1)--(c1);
},
hmarginwidth=0mm