fix(theme): fixes #209 (upcoming lessons readability in night mode)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
3214d824a6
commit
228e01579b
@ -700,6 +700,9 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
.night .challenge-instructions #MDN-links a {
|
.night .challenge-instructions #MDN-links a {
|
||||||
color: #f8f8f8;
|
color: #f8f8f8;
|
||||||
}
|
}
|
||||||
|
.night .intro-toc a {
|
||||||
|
color: #006400;
|
||||||
|
}
|
||||||
.night .fa-github-square {
|
.night .fa-github-square {
|
||||||
color: darkgreen;
|
color: darkgreen;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user