Difference between revisions of "Template:RHIT"

Line 120: Line 120:
  
 
function changeColorOn(id) {
 
function changeColorOn(id) {
     document.getElementById(id).style.color= "#DBA246";
+
     document.getElementById(id).style.color= "#9CFBE4";
 
                           }
 
                           }
  
 
function changeColorOff(id) {
 
function changeColorOff(id) {
     document.getElementById(id).style.color= "#9CFBE4;";
+
     document.getElementById(id).style.color= "#DBA246";
 
                           }
 
                           }
  

Revision as of 18:02, 13 August 2015