Fix #130: Author color when inverting mid-document

This commit is contained in:
Ross Churchley 2015-09-27 08:44:47 -07:00
parent 5ee8cda15e
commit 57240b2614
2 changed files with 4 additions and 7 deletions

Binary file not shown.

View File

@ -125,13 +125,10 @@
% |beamercolorthemedefault.sty|. % |beamercolorthemedefault.sty|.
% %
% \begin{macrocode} % \begin{macrocode}
\setbeamercolor{titlelike}{% \setbeamercolor{titlelike}{use=normal text, parent=normal text}
use=normal text, \setbeamercolor{author}{use=normal text, parent=normal text}
parent=normal text \setbeamercolor{institute}{use=normal text, parent=normal text}
} \setbeamercolor{structure}{use=normal text, fg=normal text.fg}
\setbeamercolor{structure}{%
fg=normal text.fg
}
% \end{macrocode} % \end{macrocode}
% %
% The “primary” palette should be used for the most important navigational % The “primary” palette should be used for the most important navigational