diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css index 9d44be78a410e033a5ddd0879d5d587b374196d6..02b54817af2f25db64af043f6e7a0003259b5f94 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; }