Minor color edits
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user