fix(settings): Night mode settings and profile page UI improvements
Closes #16780 Closes #16781 Closes #16786
This commit is contained in:
committed by
Stuart Taylor
parent
a7f5785b04
commit
60b3126207
@ -82,3 +82,13 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.night {
|
||||
.@{ns}-container {
|
||||
.streak {
|
||||
strong {
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user