From b9add46c9247c90fbecb43f772a3fc2641437f42 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 29 Jun 2015 02:47:06 -0700 Subject: [PATCH] text a bit too dim on .gap --- app/assets/stylesheets/common/base/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 574cf56ef8f..e0b4f0762d8 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -201,7 +201,7 @@ blockquote > *:last-child { .gap { background-color: dark-light-diff($primary, $secondary, 90%, -60%); padding: 5px 0; - color: lighten($primary, 70%); + color: lighten($primary, 60%); cursor: pointer; text-align: center;