changing link colors
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
2dc609efca
commit
ffeb968236
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -698,9 +698,11 @@ 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: #02a902;
|
||||||
|
}
|
||||||
|
.night .input-group-addon {
|
||||||
color: #f8f8f8;
|
color: #f8f8f8;
|
||||||
}
|
}
|
||||||
.night .intro-toc a {
|
.night .intro-toc a {
|
||||||
|
Reference in New Issue
Block a user