From b421b9e0f6d1bd36535de62aaa35048657274255 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 24 Apr 2015 17:54:23 +0200 Subject: [PATCH] Background color made darker to see the difference to white areas better. --- app/assets/stylesheets/my.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/my.scss b/app/assets/stylesheets/my.scss index 81e0468..abc4b79 100644 --- a/app/assets/stylesheets/my.scss +++ b/app/assets/stylesheets/my.scss @@ -1,7 +1,7 @@ // -------------- debshots --------------------------- -$page-background: #f2f2f2; +$page-background: #e8e8e8; $footer-background: #333333; $footer-text-color: #b3b3b3;