From a7d0f34a14978ce5093b8233fb6b506421005fb8 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Tue, 21 Apr 2026 15:25:11 +0200 Subject: [PATCH] =?UTF-8?q?Von=20Commit=20zu=20Paket:=20Kontrast=20in=20de?= =?UTF-8?q?r=20Grafik=20erh=C3=B6hen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Defensio/02_Praesentation_Konstantin_Hintermayer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Defensio/02_Praesentation_Konstantin_Hintermayer.md b/Defensio/02_Praesentation_Konstantin_Hintermayer.md index 9aaf289..69949d6 100644 --- a/Defensio/02_Praesentation_Konstantin_Hintermayer.md +++ b/Defensio/02_Praesentation_Konstantin_Hintermayer.md @@ -107,14 +107,14 @@ sequenceDiagram % Central Track \draw[track] (-1,0) -- (12,0); - \node[stepnode, draw=gray] (n1) at (0,0) {\color{gray}\small\faCodeBranch}; + \node[stepnode, draw=gray!60!black] (n1) at (0,0) {\color{gray!60!black}\small\faCodeBranch}; \node[stepnode, draw=green!60!black, right=of n1] (n2) {\color{green!60!black}\small\faCheckCircle}; \node[stepnode, draw=blue!60!black, right=of n2] (n3) {\color{blue!60!black}\small\faCogs}; \node[stepnode, draw=green!60!black, right=of n3] (n4) {\color{green!60!black}\small\faBoxOpen}; \node[stepnode, draw=blue!60!black, right=of n4] (n5) {\color{blue!60!black}\small\faDatabase}; % Labels Above - \node[labelnode, below=0.2cm of n1, color=gray] {Commit}; + \node[labelnode, below=0.2cm of n1, color=gray!60!black] {Commit}; \node[labelnode, below=0.2cm of n2, color=green!60!black] {Tag}; \node[labelnode, below=0.2cm of n3, color=blue!60!black] {CI/CD}; \node[labelnode, below=0.2cm of n4, color=green!60!black] {.deb Paket};