From 6cfa5f78d98da4727ce4961f21a3f479ac76e4d3 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@discourse.org>
Date: Fri, 9 May 2014 13:32:30 -0700
Subject: [PATCH] make new user names a bit lighter

---
 app/assets/stylesheets/desktop/topic-post.scss | 2 +-
 app/assets/stylesheets/mobile/topic-post.scss  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index 6460078ad..88e45fad1 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -604,7 +604,7 @@ iframe {
     }
 
     .new-user a {
-      color: scale-color($primary, $lightness: 50%);
+      color: scale-color($primary, $lightness: 60%);
     }
 
     a.user-group {
diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss
index a2d2ce785..cae7fd010 100644
--- a/app/assets/stylesheets/mobile/topic-post.scss
+++ b/app/assets/stylesheets/mobile/topic-post.scss
@@ -418,7 +418,7 @@ background-color: scale-color($danger, $lightness: 75%);
 }
 
 .new-user a {
-  color: scale-color($primary, $lightness: 50%);
+  color: scale-color($primary, $lightness: 60%);
 }
 
 .topic-meta-data {