Team:Greece/human practices

window.onload = function(){ // Change color of current link $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); }); }