How to adjust the width and the color of the line in between numerator and denominator in a mathematical fraction? I have seen this question but it does not help.
MWE:
\documentclass{article}
\usepackage{xcolor}
\begin{document}
\begin{equation}
\color{red} y = \frac{x}{z}
\end{equation}
\end{document}


\redfrac? Also, what about the width of the line? – luchonacho Aug 30 '16 at 20:10