fix(settings): Night mode settings and profile page UI improvements

Closes #16780
Closes #16781
Closes #16786
This commit is contained in:
Vivek Agrawal
2018-03-01 17:24:18 +05:30
committed by Stuart Taylor
parent a7f5785b04
commit 60b3126207
2 changed files with 23 additions and 1 deletions

View File

@ -82,3 +82,13 @@
}
}
.night {
.@{ns}-container {
.streak {
strong {
color: #ccc;
}
}
}
}

View File

@ -13,6 +13,18 @@
color: #333;
}
}
.panel {
color:#333333;
a {
color: @brand-primary;
&:hover, &:focus {
color: #001800;
}
}
}
.nav-tabs > li > a:hover {
color: #333333;
}
}
.@{ns}-container {