This is my current code:
Code: Select all
\def\@makechapterhead#1{
{
\renewcommand{\headrulewidth}{{0pt}}
\begin{minipage}{1.0\textwidth}
\begin{flushright}
\fontsize{100}{140}\selectfont \color{karnemelkrood}\thechapter
\end{flushright}
\end{minipage}\\[0.25in]
\color{karnemelkrood}\fontsize{35}{50}\selectfont#1 \\
\par\nobreak
\bigskip
}
}

But when I am using \chapter*{} instead of \chapter{} it falls back into the default style, as seen below:

How can I define a rewrite for the \chapter*{} command?