From 87a2024d61a415d6ee3825067a07cfd32238df3a Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 20 Jun 2016 08:22:32 -0400 Subject: [PATCH] fixing link color in profiles (#4278) --- app/assets/stylesheets/desktop/user.scss | 1 - app/assets/stylesheets/mobile/user.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 83ef8b0a410..71b2484cce4 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -375,7 +375,6 @@ } a[href] { - color: dark-light-diff($secondary, $primary, 75%, 0%); text-decoration: underline; } diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index eb6b56b064b..c4e64d64577 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -311,7 +311,6 @@ max-width: 700px; a[href] { - color: dark-light-diff($secondary, $primary, 75%, 0%); text-decoration: underline; }