From d1a63f3ff998f82248af16813f1a7f8e956d0a63 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Thu, 9 Apr 2020 16:03:37 +0200
Subject: [PATCH] link style matched

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 0c0a30f..645daf5 100755
--- a/index.html
+++ b/index.html
@@ -50,7 +50,7 @@
         <div class="col-md-4 col-lg-1" style="margin-top: -0;padding-top: 0px;"></div>
         <div class="col-md-4 col-lg-10" style="background-color: #f2f2f2;margin-top: 0px;padding-top: 20px;padding-bottom: 20px;">
           <h2 class="text-center" style="color: #8a348b;"><strong>Neues Projekt anlegen</strong></h2>
-          <p class="text-center">Im Transferportal der HFT Stuttgart können Sie die Inhalte Ihrer Projekte ablegen, bearbeiten und darstellen. </p><button class="btn btn-primary btn-lg d-inline-flex d-lg-flex justify-content-center align-items-center align-content-center align-self-center justify-content-lg-center align-items-lg-end mx-auto" type="button" style="background-color: #8a348b;filter: invert(0%);"><a href="/project"><strong>Zur Projektübersicht</strong></a></button></div>
+          <p class="text-center">Im Transferportal der HFT Stuttgart können Sie die Inhalte Ihrer Projekte ablegen, bearbeiten und darstellen. </p><button class="btn btn-primary btn-lg d-inline-flex d-lg-flex justify-content-center align-items-center align-content-center align-self-center justify-content-lg-center align-items-lg-end mx-auto" type="button" style="background-color: #8a348b;filter: invert(0%);"><a href="/project" style="color:white"><strong>Zur Projektübersicht</strong></a></button></div>
         <div class="col-md-4 col-lg-1"></div>
       </div>
     </div>
-- 
GitLab