CSS fix for issue - Night Mode Poor Contrast #13959 (#14037)

This commit is contained in:
Venkateshwaran
2017-03-22 10:47:58 +05:30
committed by Quincy Larson
parent 8dd66b5084
commit 9eb80b6220
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
//## Night mode styles //## Night mode styles
@night-body-bg: @gray-dark; @night-body-bg: @gray-dark;
@night-text-color: #999; @night-text-color: #ccc;
//== Typography //== Typography
// //

View File

@ -1088,7 +1088,7 @@ code {
} }
} }
a, .input-group-addon, .challenge-instructions a, .challenge-instructions #MDN-links a { a, .input-group-addon, .challenge-instructions a, .challenge-instructions #MDN-links a {
color: #CCC; color: #f8f8f8;
} }
.fa-github-square { .fa-github-square {
color: @brand-primary; color: @brand-primary;