From 9eb80b62208ac65987042561da2def3a11516b6d Mon Sep 17 00:00:00 2001 From: Venkateshwaran Date: Wed, 22 Mar 2017 10:47:58 +0530 Subject: [PATCH] CSS fix for issue - Night Mode Poor Contrast #13959 (#14037) --- client/less/lib/bootstrap/variables.less | 2 +- client/less/main.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/less/lib/bootstrap/variables.less b/client/less/lib/bootstrap/variables.less index 4498534de0..d9e5a316fe 100755 --- a/client/less/lib/bootstrap/variables.less +++ b/client/less/lib/bootstrap/variables.less @@ -41,7 +41,7 @@ //## Night mode styles @night-body-bg: @gray-dark; -@night-text-color: #999; +@night-text-color: #ccc; //== Typography // diff --git a/client/less/main.less b/client/less/main.less index 683ccae15e..6fe8878945 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -1088,7 +1088,7 @@ code { } } a, .input-group-addon, .challenge-instructions a, .challenge-instructions #MDN-links a { - color: #CCC; + color: #f8f8f8; } .fa-github-square { color: @brand-primary;