Adjust Success Color

This commit is contained in:
Frederik Beimgraben 2024-11-13 11:55:04 +00:00
parent 5def4051b5
commit 385cb71a42
3 changed files with 19 additions and 6 deletions

View File

@ -1,13 +1,23 @@
\begin{InfoBox}
\textbf{Hinweis:} Test
% Nested InfoBox
\textbf{Hinweis:} \lipsum[75]
\begin{multicols}{2}
\begin{InfoBox}
\begin{CustomBox}{\faIcon{user-graduate}}{britishracinggreen}
\textbf{Hinweis:} \lipsum[66]
\end{InfoBox}
\end{CustomBox}
\begin{CustomBox}{\faIcon{chart-pie}}{britishracinggreen}
\begin{tikzpicture}[scale=0.6]
\pie [cloud, explode=0.1, text=legend, style=very thin] {
10/A,
20/B,
30/C,
40/D
}
\end{tikzpicture}
\lipsum[66]
\end{CustomBox}
\columnbreak
\begin{InfoBox}
\textbf{Hinweis:} \lipsum[66]
\textbf{Hinweis:} \lipsum[75]
% Nested UserBox
\begin{CustomBox}{\faIcon{user}}{blue}

View File

@ -150,6 +150,9 @@
% To refer to page text area
\usepackage{tikzpagenodes}
% Pie Chart
\usepackage{pgf-pie}
% ==== /Imports ====
% Tool to import relative to current file using

View File

@ -147,7 +147,7 @@
icon.fontsize={24pt},
icon.offset.x={0pt},
icon.offset.y={0pt},
background.color={orange}
background.color={britishracinggreen}
]{
\let\impBODY\BODY
\begin{ColoredBox}[#1]