diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 83ef8b0a4..71b2484cc 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 eb6b56b06..c4e64d645 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; }