From 1d37b5e3bbfb4cbf9cbd87af3d4cec994447eae4 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 7 Nov 2013 15:58:03 -0800 Subject: [PATCH] fixes #1982 --- app/assets/stylesheets/common/notices.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/notices.css.scss b/app/assets/stylesheets/common/notices.css.scss index eb2e849f0..91de82cd0 100644 --- a/app/assets/stylesheets/common/notices.css.scss +++ b/app/assets/stylesheets/common/notices.css.scss @@ -15,8 +15,8 @@ div#notice { left: 25%; width: 50%; z-index: 100; - background-color: lighten(#f47321, 30%);; - border: 2px solid #f47321; + background-color: #FFFF99;; + border: 2px solid #FFCC66; } a#close-notice-link {