diff --git a/common/app/routes/Profile/profile.less b/common/app/routes/Profile/profile.less index ddf759a335..1f61aa3fac 100644 --- a/common/app/routes/Profile/profile.less +++ b/common/app/routes/Profile/profile.less @@ -82,3 +82,13 @@ } } + +.night { + .@{ns}-container { + .streak { + strong { + color: #ccc; + } + } + } +} \ No newline at end of file diff --git a/common/app/routes/Settings/settings.less b/common/app/routes/Settings/settings.less index 47990ee87f..df67614b7c 100644 --- a/common/app/routes/Settings/settings.less +++ b/common/app/routes/Settings/settings.less @@ -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 { @@ -88,7 +100,7 @@ .danger-zone-panel { background-color: #fff; - + .panel-heading { background-color: #880000; color: #fff;