fix(styles): Fix styles for day mode and signed in avatar

This commit is contained in:
Bouncey
2018-09-11 07:26:19 +01:00
committed by Mrugesh Mohapatra
parent ffeb968236
commit 7aa0a075d0
2 changed files with 16 additions and 9 deletions

View File

@ -36,7 +36,8 @@ header {
justify-content: space-around;
}
#top-right-nav a, #top-right-nav img {
#top-right-nav a,
#top-right-nav img {
max-height: 40px;
}
@ -67,13 +68,19 @@ header {
padding: 10px 0 10px 15px;
}
#top-right-nav li > a, #top-right-nav li > span {
color:#eee;
.sign-in-btn > a {
padding-top: 0;
}
#top-right-nav li > a,
#top-right-nav li > span {
color: #eee;
font-size: 15px;
font-weight: 500;
}
#top-right-nav li > a:hover, #top-right-nav li > a:focus {
#top-right-nav li > a:hover,
#top-right-nav li > a:focus {
text-decoration: none;
font-weight: 500;
}
@ -108,4 +115,4 @@ header {
}
.ais-Hits {
background-color: #fff;
}
}

View File

@ -23,10 +23,10 @@
border-bottom: 1px solid #e2e2e2;
}
.map-title>svg {
.map-title > svg {
width: 14px;
margin-right: 5px;
flex-shrink: 0
flex-shrink: 0;
}
li.open > .map-title svg {
@ -37,8 +37,8 @@ li.open > .map-title svg {
margin-bottom: 0.25rem;
}
.map-challenge-title a {
color: #f8f8f8;
.night .map-challenge-title a {
color: #f8f8f8;
}
.map-challenge-title-completed {