Commit 9e782d11bec27af20bee91b72073e8bf779227de

Authored by Augusto dos Anjos Almeida
1 parent 148a4935

Moved contrast class to body

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -573,7 +573,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F @@ -573,7 +573,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F
573 573
574 $( '#display-contrast' ).on('click', function(e){ 574 $( '#display-contrast' ).on('click', function(e){
575 e.preventDefault(); 575 e.preventDefault();
576 - $('#proposal-result').toggleClass('contrast'); 576 + $('body').toggleClass('contrast');
577 }); 577 });
578 578
579 $( '.show_body' ).on('click', function(e){ 579 $( '.show_body' ).on('click', function(e){