I have noticed in the LaTeX template from the Proceedings of Science publication (here: https://www.overleaf.com/latex/templates/proceedings-of-science-paper/bnjmzbbwffcp ) that whenever \cite{} is used, the text on the same line after the citation becomes very slightly gray (Before the citation the font is (000000), after it is (231f20). I have noticed this is not just a problem for me but is the case for previous articles published with them e.g. attached a screenshot from https://pos.sissa.it/245/030/pdf . How can I adjust the template such that the font colour does not change? A minimum working example is below.
\documentclass{PoS}
\title{MWE}
\ShortTitle{MWE}
\author{\speaker{MWE}}
\abstract{MWE.}
\FullConference{MWE}
\begin{document}
\section{MWE}
MWE \cite{MWE} MWE
\begin{thebibliography}{99}
\bibitem{MWE}
\end{thebibliography}
\end{document}


