From ccaed060186bf9b243a4b71dba8d8af3cf6ac585 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 30 Nov 2015 20:22:12 +0000 Subject: [PATCH] Use a warmer white for the main bg --- i2p2www/static/styles/duck/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index 094fb3c9..cf9ea986 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -175,7 +175,7 @@ div#content .inner:before { } div#content .inner .fluid { - background-color: white; + background-color: #fefff1; } div#content .sidebar {