From bb94f0bb40e03c675af3d4325ec9825a8dbba8ea Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 28 Jan 2014 16:50:39 +0100 Subject: [PATCH] fixed background color for disqus --- themes/xsteadfastx/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/xsteadfastx/static/css/main.css b/themes/xsteadfastx/static/css/main.css index f40a604..4643ee7 100644 --- a/themes/xsteadfastx/static/css/main.css +++ b/themes/xsteadfastx/static/css/main.css @@ -11,7 +11,7 @@ body { background:url("../images/fadebg_mini.jpg"); background-repeat: no-repeat; background-color: #e4e4e4; - color: #e4e4e4; + color: #000305; font-size: 87.5%; /* Base font size: 14px */ font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; line-height: 1.429;