From ea33cdc30bb5ddef8016ce65595af4a6087bac60 Mon Sep 17 00:00:00 2001 From: Lynx Kotoura Date: Sun, 30 Jul 2017 19:56:04 +0900 Subject: Set contact address in about/more as mailto link (#4450) * Set contact address as mailto link To be able to copy long email address * Set style for mailto link --- app/javascript/styles/about.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/javascript/styles/about.scss') diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index 3258f1b8d..1c5f13e32 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -147,9 +147,10 @@ white-space: nowrap; overflow: hidden; - span { + a { font-weight: 400; color: lighten($ui-base-color, 34%); + text-decoration: none; } } } -- cgit