From e6e04ca0e948348424159315dd9fb8652eb4d2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 20 Dec 2013 00:58:48 +0100 Subject: [PATCH] FIX: new user username color --- app/assets/stylesheets/desktop/poster_expansion.scss | 8 ++++---- app/assets/stylesheets/desktop/topic-post.scss | 4 ++++ app/assets/stylesheets/mobile/topic-post.scss | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/poster_expansion.scss b/app/assets/stylesheets/desktop/poster_expansion.scss index 36d239e8fa7..20d650c0875 100644 --- a/app/assets/stylesheets/desktop/poster_expansion.scss +++ b/app/assets/stylesheets/desktop/poster_expansion.scss @@ -13,10 +13,6 @@ padding: 12px 12px 5px 12px; max-width: 350px; - h1.new-user a { - color: $dark_gray; - } - h1 { font-size: 30px; line-height: 33px; @@ -67,4 +63,8 @@ .btn { margin: 0 0 7px 0; } + + .new-user a { + color: $dark_gray; + } } diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 5550ffa3d59..506e8153681 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -572,6 +572,10 @@ iframe { font-size: 36px; } +.new-user a { + color: $dark_gray; +} + .staff a { padding: 4px; margin: -4px 0 0 0; diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 936590ffff2..a834af759c8 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -433,7 +433,7 @@ iframe { background-color: lighten(yellow, 35%); } -h3.new-user a[href] { +.new-user a { color: $dark_gray; }