Skip to content

Commit

Permalink
fix(modals): fix modals text color
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Mar 2, 2016
1 parent 51d6478 commit a0cee0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/sass/app/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
display: inline-block;
text-align: left;
margin: 0 auto;
.form-control{
color: $github-color;
background-color: transparent;
border: 1px solid $input-border;
@include placeholderStyle($default-text, 0.9);
}
.modal-body p, .modal-body div, .modal-body span{
color: $default-text;
}
}
.modal-header {
border: none;
Expand Down

0 comments on commit a0cee0d

Please sign in to comment.