From ce040885023434abb6a7362449d588f90888413e Mon Sep 17 00:00:00 2001
From: Dick Visser <dick.visser@geant.org>
Date: Tue, 16 Aug 2016 16:29:40 +0200
Subject: [PATCH] Remove inline style sheet

---
 templates/includes/header.php | 2 +-
 www/resources/default.css     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/includes/header.php b/templates/includes/header.php
index de8454d19..296843af4 100644
--- a/templates/includes/header.php
+++ b/templates/includes/header.php
@@ -125,7 +125,7 @@ if($onLoad !== '') {
 <div id="wrap">
 	
 	<div id="header">
-		<h1><a style="text-decoration: none; color: white" href="/<?php echo $this->data['baseurlpath']; ?>"><?php 
+		<h1><a href="/<?php echo $this->data['baseurlpath']; ?>"><?php 
 			echo (isset($this->data['header']) ? $this->data['header'] : 'SimpleSAMLphp');
 		?></a></h1>
 	</div>
diff --git a/www/resources/default.css b/www/resources/default.css
index ab6cfe3ef..d27916ca6 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -48,7 +48,7 @@ a, a:link, a:link, a:link, a:hover {
 
 a:link, a:visited {
 	text-decoration: none;
-	color: #777;
+	color: #fff;
 	border-bottom: 1px dotted #ccc;
 	font-weight: normal;
 }
-- 
GitLab