fix(styles): apply conventional styles (#35371)

* fix(styles): apply conventional styles

* fix: add night styles to progress
pull/35402/head
mrugesh mohapatra 2019-02-25 18:28:40 +05:30 committed by Ahmad Abdolsaheb
parent 30b630b5b7
commit 84c8aac07c
2 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
.footer {
background-color: #e0e0e0;
background-color: #f1f5f8;
font-size: 0.9em;
width: 100%;
padding-top: 40px;
@ -14,15 +14,15 @@
display: block;
}
.footer .external-link-icon {
margin-left: 5px;
color: #6d6d6d;
}
.night .footer {
color: #606f7b;
background: #222;
}
.night .footer a {
color: #006400;
}
.night .footer a:hover {
color: #606f7b;
}

View File

@ -47,8 +47,10 @@ li.open > .map-title svg:first-child {
margin-bottom: 0.25rem;
}
.night .map-challenge-title a {
color: #f8f8f8;
.night .map-challenge-title a,
.night .map-title h4,
.night .map-title-completed {
color: #67d269;
}
.map-challenge-title-completed {