Changes

Jump to navigation Jump to search
no edit summary
Line 18: Line 18:  
     font-size: 100% !important;  
 
     font-size: 100% !important;  
 
     color: #55F5FA !important;
 
     color: #55F5FA !important;
 +
}
 +
 +
a:link {
 +
    font-size: 100% !important;
 +
    color: #55F5FA !important;
 +
}
 +
 +
/* visited link */
 +
a:visited {
 +
      font-size: 100% !important;
 +
    color: #A2AECC !important;
 +
}
 +
 +
/* mouse over link */
 +
a:hover {
 +
  color: #EBC9FF !important;
 +
}
 +
 +
/* selected link */
 +
a:active {
 +
  color: #55F5FA !important;
 
}
 
}
  

Navigation menu