From 7f84d52985003ac5163019af5834d70ad8277dd1 Mon Sep 17 00:00:00 2001 From: Karl <Karl Hasselbring> Date: Thu, 22 Sep 2016 09:17:39 +0200 Subject: [PATCH] =?UTF-8?q?Zur=20Fehlervorb=C3=A4ugung=20noch=20eine=20kle?= =?UTF-8?q?ine=20Anpassung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/styleResultPage.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css index 9d44be78a..02b54817a 100644 --- a/public/css/styleResultPage.css +++ b/public/css/styleResultPage.css @@ -2,7 +2,7 @@ font-family: Liberation Sans, sans-serif; } -.hostlabel a, .hostlabel a:visited { +.hostlabel a:link, .hostlabel a:visited { color: #FFFFFF; } @@ -33,7 +33,7 @@ nav-tabs > li.active { } -/* Hier der Style für unsere Suchleiste */ +/* Hier der Style für unsere Suchleiste */ #researchBar {} @@ -173,7 +173,7 @@ body { background-color: rgba(2, 93, 140, .03); } -.resultInformation a { +a:link { color: #0000FF; } -- GitLab