fix dark font in settings menu due to changes in ember-paper component structure

This commit is contained in:
Egor 2017-06-27 10:14:42 -07:00
parent c9673bea75
commit 268b4fd5d4
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,6 @@ body, button {
align-items: center;
justify-content: space-between;
padding: 0 15px;
//margin-bottom: 8rem;
}
@media(min-width:767px) {
@ -76,6 +75,7 @@ button.md-warn {
.display-flex {
display: flex !important;
}
#intro-background {
min-height: 50vh;
min-height: 200px;

View file

@ -36,7 +36,7 @@ body.dimmerOn {
color: $whitish;
background-color: $dimmerOnButtonColor;
}
.ember-basic-dropdown-content a {
.ember-basic-dropdown-content a, .md-button {
color: $whitish;
}
.playlist-item {