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;
|
color: #333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.panel {
|
||||||
|
color:#333333;
|
||||||
|
a {
|
||||||
|
color: @brand-primary;
|
||||||
|
&:hover, &:focus {
|
||||||
|
color: #001800;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.nav-tabs > li > a:hover {
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ns}-container {
|
.@{ns}-container {
|
||||||
@ -88,7 +100,7 @@
|
|||||||
|
|
||||||
.danger-zone-panel {
|
.danger-zone-panel {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
background-color: #880000;
|
background-color: #880000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Reference in New Issue
Block a user