diff --git a/templates/includes/header.php b/templates/includes/header.php
index 296843af478a060349bacb5d405b01104ed345fa..de8454d190178461acb2770f605d0c99ca9fa0e1 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 href="/<?php echo $this->data['baseurlpath']; ?>"><?php 
+		<h1><a style="text-decoration: none; color: white" 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 d27916ca647a31a81eb0300ff7c48fe439519590..ab6cfe3ef2b170932df63a6d01eb2ae02a3da92c 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: #fff;
+	color: #777;
 	border-bottom: 1px dotted #ccc;
 	font-weight: normal;
 }