From 40d94818b2e9a9cd41e47389317cda8d01527028 Mon Sep 17 00:00:00 2001 From: Aaron Lidman Date: Tue, 5 Nov 2013 18:29:12 -0800 Subject: [PATCH 1/1] Change about page background to match help page --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6bb0a5887..68eec4589 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -2451,7 +2451,7 @@ a.button { .site-about #content { //background-color: #000; - background-color: #ccc; + background-color: #eee; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; -- 2.43.2