From 00fa8f140b85117705a84ac318cbb66d33910f7b Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Mon, 29 May 2023 12:48:54 +0200
Subject: [PATCH] fix color codes

---
 docs/styleguide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/styleguide.md b/docs/styleguide.md
index 1745f30..dad7dff 100644
--- a/docs/styleguide.md
+++ b/docs/styleguide.md
@@ -10,7 +10,7 @@
 
 ## Colors
 
-We use <span style="color:#fb48c4">PUSH PINK (#fb48c4)</span> and <span style="color:#3fff21">GO GREEN (#3fff21)</span>. See [here](styleguide/v1/Colorcodes.pdf) for examples and details.
+We use <span style="color:#FF00E6">PUSH PINK (#FF00E6)</span> and <span style="color:#73FF00">GO GREEN (#73FF00)</span>. See [here](styleguide/v1/Colorcodes.pdf) for examples and details.
 
 ## Fonts
 
-- 
GitLab