Fix #130: Author color when inverting mid-document
This commit is contained in:
parent
5ee8cda15e
commit
57240b2614
Binary file not shown.
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue