diff --git a/src/shared/components/challenge-detail/Specification/styles.scss b/src/shared/components/challenge-detail/Specification/styles.scss index 9671b814a9..d9fb8c5954 100644 --- a/src/shared/components/challenge-detail/Specification/styles.scss +++ b/src/shared/components/challenge-detail/Specification/styles.scss @@ -8,7 +8,8 @@ $tc-link-visited: #0c4e98; } a:hover { - text-decoration: underline; + color: $tc-dark-blue; + text-decoration: underline; } a:active {