changing link colors

This commit is contained in:
Renoj Varghese
2018-07-29 15:50:38 -04:00
committed by Mrugesh Mohapatra
parent 2dc609efca
commit ffeb968236
2 changed files with 12 additions and 6 deletions

View File

@ -37,6 +37,10 @@ li.open > .map-title svg {
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
} }
.map-challenge-title a {
color: #f8f8f8;
}
.map-challenge-title-completed { .map-challenge-title-completed {
opacity: 0.5; opacity: 0.5;
} }

View File

@ -698,10 +698,12 @@ code[class*="language-"],pre[class*="language-"] {
color: #004a00; color: #004a00;
} }
.night a, .night a,
.night .input-group-addon,
.night .challenge-instructions a, .night .challenge-instructions a,
.night .challenge-instructions #MDN-links a { .night .challenge-instructions #MDN-links a {
color: #f8f8f8; color: #02a902;
}
.night .input-group-addon {
color: #f8f8f8;
} }
.night .intro-toc a { .night .intro-toc a {
color: #006400; color: #006400;
@ -765,10 +767,10 @@ code[class*="language-"],pre[class*="language-"] {
color: #fff; color: #fff;
} }
.night .test-result:nth-child(odd) { .night .test-result:nth-child(odd) {
color: #fff; color: #fff;
background: #2A2A2A; background: #2A2A2A;
} }
.night .challenge-preview { .night .challenge-preview {
background: #fff; background: #fff;