From 8e51468334b7daafd90a58df659dd93201a23b91 Mon Sep 17 00:00:00 2001 From: Toks Date: Wed, 4 Dec 2013 00:17:59 -0500 Subject: [PATCH] Lighten artist commentary border/background --- app/assets/stylesheets/specific/posts.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index e1461e1c9..cc8e315ec 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -359,9 +359,9 @@ div#c-posts { } #artist-commentary { - border: 1px solid #AAA; + border: 1px solid #CCC; border-radius: 8px; - background-color: #EEE; + background-color: #F8F8F8; margin-top: 1em; padding: 0.5em; }