Hello,
For the ask a question button, you can use this code and put it in your template css file:
body div#discuss-wrapper .btn-primary {
background-color: #f57d62;
As for the content text, use this:
.discuss-content-item {
color: blue;
}
Hope this helps.