From 5f509601968b564548d7f596b300dbe0582b1e2c Mon Sep 17 00:00:00 2001 From: karthikbecse Date: Sat, 2 Sep 2017 10:07:51 +0530 Subject: [PATCH] #220 #220 --- .../components/challenge-detail/Specification/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {