From d68a1973a96c662d9a15b45a829b199265a89db9 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Fri, 14 Jun 2019 11:39:06 +0200 Subject: [PATCH] [update] link color default changed from inherit --- css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootstrap.css b/css/bootstrap.css index 7783903..8d63380 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -255,7 +255,7 @@ sup { a { /*color: #007bff;*/ - color: inherit; + color: #0056b3; text-decoration: none; background-color: transparent; } -- GitLab