Difference between revisions of "Team:Greece/our project"

Line 268: Line 268:
 
delete element;
 
delete element;
  
// Change color of current link
+
            // Change color of current link
$('a[href*="' +window.location.href+'"').each(function() { $(this).css('color', '#000000'); });
+
            $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#ddeeff'); });
 
</script>
 
</script>
 
<style>
 
<style>

Revision as of 14:01, 14 August 2017