From 890ded7b1bfd4c9084b97bb1c5f7832f4b97ee3a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 5 Aug 2013 15:10:53 -0700 Subject: [PATCH] make topic progress more visible --- app/assets/stylesheets/application/topic.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic.css.scss b/app/assets/stylesheets/application/topic.css.scss index 1cb4bf9ad44..4e719d7c550 100644 --- a/app/assets/stylesheets/application/topic.css.scss +++ b/app/assets/stylesheets/application/topic.css.scss @@ -463,7 +463,7 @@ kbd { border-right: 1px solid $white; // background-color: #d4eaf4; // background-color: #C5E8F7; - background-color: #E4F2F8; + background-color: #C6F3B6; } }