From b06281dd8fef723efa1cf810bf07f6ab98486d4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Sat, 15 Nov 2008 12:26:33 +0000
Subject: [PATCH] make background abit darker (CSS)

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1006 44740490-163a-0410-bde0-09ae8108e29a
---
 www/resources/default.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/resources/default.css b/www/resources/default.css
index 3937e171d..69c8f4d9e 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -9,7 +9,7 @@
 body {
 	text-align: center;
 	padding: 10px 0;
-	background: #222;
+	background: #1c1c1c;
 /*	background-image: url(icons/ssplogo-fish.png);
 	background-repeat: no-repeat; */
 	color: #333;
-- 
GitLab