Package memoir has an \epigraph command to typeset “Inspirational” quote at start of chapter. While the manual explains how to modify the thickness of the line that is drawn between quote and author, I cannot find a way to change its color. How can it be done?
Minimum non-working example:
\documentclass{memoir}
\begin{document}
\epigraph{Some inspirational quote}{The Author (1900--2010)}
\end{document}
