From e32aea593df9fea243160a4dc67d3d2458125703 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Fri, 14 Jun 2019 11:36:34 +0200
Subject: [PATCH] [update] link color default changed from blue

---
 css/bootstrap.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/css/bootstrap.css b/css/bootstrap.css
index d18b72f..7783903 100644
--- a/css/bootstrap.css
+++ b/css/bootstrap.css
@@ -254,7 +254,8 @@ sup {
 }
 
 a {
-  color: #007bff;
+  /*color: #007bff;*/
+  color: inherit;
   text-decoration: none;
   background-color: transparent;
 }
@@ -10267,4 +10268,4 @@ a.text-dark:hover, a.text-dark:focus {
     border-color: #dee2e6;
   }
 }
-/*# sourceMappingURL=bootstrap.css.map */
\ No newline at end of file
+/*# sourceMappingURL=bootstrap.css.map */
-- 
GitLab