From 21efbc7d92f1ad544c38bfb4d4ad287e7c46224c Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 18 Jun 2013 18:45:13 -0400 Subject: [PATCH] Edits link is same colour as date when at lowest heatmap level --- app/assets/stylesheets/application/topic-post.css.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss index d1753bfc9d6..8803aa4d4b0 100644 --- a/app/assets/stylesheets/application/topic-post.css.scss +++ b/app/assets/stylesheets/application/topic-post.css.scss @@ -508,7 +508,9 @@ margin-right: 0; } &.edits { - opacity: 0.7; + a, a:visited { + color: #aaa; + } } } .post-date {