summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuke Hsiao <lwhsiao@stanford.edu>2018-08-20 14:30:40 -0700
committerLuke Hsiao <lwhsiao@stanford.edu>2018-08-20 14:32:24 -0700
commit62f859d4c293c18a170f55a01cbddcff2f6b64fb (patch)
treef615742a2fdf6747b66a95ecbc6801c639fcb05c
parentad7874c490d0f70db404a7aa070f79f668ccd0c2 (diff)
downloadlatex-cal-62f859d4c293c18a170f55a01cbddcff2f6b64fb.tar.gz
latex-cal-62f859d4c293c18a170f55a01cbddcff2f6b64fb.tar.zst
latex-cal-62f859d4c293c18a170f55a01cbddcff2f6b64fb.zip
Swap stake/church colors
-rw-r--r--pa2cal.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/pa2cal.tex b/pa2cal.tex
index 93baaee..725032e 100644
--- a/pa2cal.tex
+++ b/pa2cal.tex
@@ -19,8 +19,8 @@
% Define the date highlights
\newcommand{\ward}{\node[fill=y,circle] {};}
-\newcommand{\church}{\node[fill=g,circle] {};}
-\newcommand{\stake}{\node[fill=b,circle] {};}
+\newcommand{\church}{\node[fill=b,circle] {};}
+\newcommand{\stake}{\node[fill=g,circle] {};}
\newcommand{\orangedot}{\node[fill=green!70,circle] {};}
@@ -174,7 +174,7 @@
\vspace{0.5em}
Find the full, up-to-date calendar at \href{https://www.lds.org/church-calendar/}{\faCalendar~www.lds.org/church-calendar/}
- \vspace{0.3em}
+ \vspace{0.5em}
\footnotesize{This printout was last updated on \today.}
\end{center}
\end{document}