From 59d89d533363ab3b65d3e8f6eb02beeecd584a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 30 Mar 2016 23:16:22 +0200 Subject: [PATCH] UX: words in the stats button should be dark grey --- app/assets/stylesheets/common/base/user.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/user.scss b/app/assets/stylesheets/common/base/user.scss index 72f345d7078..44550938873 100644 --- a/app/assets/stylesheets/common/base/user.scss +++ b/app/assets/stylesheets/common/base/user.scss @@ -227,6 +227,10 @@ font-weight: bold; font-size: 1.2em; } + + .label { + color: dark-light-diff($primary, $secondary, 50%, -50%); + } } .replies-section,