titles now all white

This commit is contained in:
2026-05-13 21:23:26 +02:00
parent c741f584ba
commit 536acd4fe9
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,8 @@
\definecolor{deepblue}{RGB}{0, 0, 139}
\newcommand{\incode}[1]{\texttt{\textbf{\textcolor{deepblue}{#1}}}}
\newcommand{\incodeplain}[1]{\texttt{\textbf{#1}}}
\addtobeamertemplate{frametitle}{\let\incode\incodeplain}{}
\newcommand{\tum}[1]{\emph{\textbf{\textcolor{orange}{#1}}}}
\newcommand{\pass}[1]{\texttt{\textbf{\textcolor{green}{#1}}}}
\newcommand{\fail}[1]{\texttt{\textbf{\textcolor{red}{#1}}}}

Binary file not shown.