Fix high contrast issue in dashboard

stable
Xaviju 2016-12-09 15:00:28 +01:00
parent ad9d24e2a7
commit b5e91d19f5
1 changed files with 1 additions and 1 deletions

View File

@ -443,6 +443,6 @@ tg-project-menu {
// DASHBOARD // DASHBOARD
.home-wrapper { .home-wrapper {
.title-bar { .title-bar {
color: $white; color: $black;
} }
} }