Changes

no edit summary
Line 5: Line 5:  
/* Navigation panel to the left */
 
/* Navigation panel to the left */
 
#mw-panel a {
 
#mw-panel a {
     font-size: 1.05em;
+
     font-size: 1.10em;
    font-weight: bold;
+
}
 +
 
 +
#mw-panel a:hover {
 
     color: #62a376;
 
     color: #62a376;
 +
    text-decoration: none;
 
}
 
}