From 198a92026d30a8349adf6f615bddf5478d29fa4c Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Tue, 12 Jan 2016 10:03:25 -0800 Subject: [PATCH] Improve Challenge Link Readability --- client/less/challenge.less | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/client/less/challenge.less b/client/less/challenge.less index 28a2ee4c15..010b13f33c 100644 --- a/client/less/challenge.less +++ b/client/less/challenge.less @@ -1,5 +1,5 @@ .bonfire-instructions h4 { - margin-bottom: 0px; + margin-bottom: 0; } .bonfire-instructions blockquote { @@ -22,3 +22,15 @@ background-color: @code-bg; border-radius: @border-radius-base; } + +.bonfire-instructions a, #MDN-links a { + color: #31708f; +} + +.bonfire-instructions a::after, #MDN-links a::after { + font-size: 70%; + font-family: FontAwesome; + content: " \f08e"; +} + +