fix(theme): fixes #209 (upcoming lessons readability in night mode)

This commit is contained in:
Ankit Tiwari
2018-06-30 18:39:28 +05:30
committed by Mrugesh Mohapatra
parent 3214d824a6
commit 228e01579b

View File

@ -700,6 +700,9 @@ h1, h2, h3, h4, h5, h6 {
.night .challenge-instructions #MDN-links a {
color: #f8f8f8;
}
.night .intro-toc a {
color: #006400;
}
.night .fa-github-square {
color: darkgreen;
}