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; }