diff options
Diffstat (limited to 'static/website/templates/get-question.html')
-rw-r--r-- | static/website/templates/get-question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index 2af3fcf..0335e5d 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -204,7 +204,7 @@ </form> - <a class="add-comment" href="#" data-target="comment{{ answer.id }}"> + <a class="add-comment" style="background: #46B8DA none repeat scroll 0% 0%;color: #FFF;border-radius: 3px;padding: 5px 12px;" href="#" data-target="comment{{ answer.id }}"> <small>add comment</small> </a> |