diff --git a/modules/ldapstatus/templates/ldapsinglehost.php b/modules/ldapstatus/templates/ldapsinglehost.php
index 480557647d8ddd23cf392e6b41110ddc90f41375..feaeba4ead68462abb4cd53ff336d6fa2b36a835 100644
--- a/modules/ldapstatus/templates/ldapsinglehost.php
+++ b/modules/ldapstatus/templates/ldapsinglehost.php
@@ -65,7 +65,7 @@ foreach ($this->data['res'] AS $tag => $res) {
 if (array_key_exists('secretURL', $this->data)) {
 	
 	echo('<p>This page can be accessed by this secret URL:<br />');
-	echo('<pre  style="border: 1px solid #aaa; background: yellow; padding: .4em; margin: .2em;">');
+	echo('<pre  style="border: 1px solid #aaa; background: #eee; color: #999; padding: .1em; margin: .2em;">');
 	echo(htmlentities($this->data['secretURL']));
 	echo('</pre></p>');