diff --git a/header.rhtml b/header.rhtml index 087553f..63d6f3f 100644 --- a/header.rhtml +++ b/header.rhtml @@ -1,10 +1,3 @@ -
Portal do Governo Brasileiro
diff --git a/theme.js b/theme.js index 35a98b3..6127f5f 100644 --- a/theme.js +++ b/theme.js @@ -1,5 +1,7 @@ (function($) { - + if($.cookie("high_contrast") === 'true'){ + $( "body" ).toggleClass( "contraste" ); + } // Run code $( "#siteaction-contraste a" ).click(function() { $( "body" ).toggleClass( "contraste" ); -- libgit2 0.21.2