User:Nthep/modern.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#firstHeading a:link {color: white;}

/*fix for notifciations being in lower case*/
.oo-ui-popupWidget {text-transform:none;}

/* stop active page in personal tabs being bold */
#p-personal .active {
    font-weight: normal;
}

/* personal tabs font-weight */
#p-personal li {
    font-weight: normal;
}
/* resolve line spacing issues by setting line-height for sub- & super-scripted text*/
sub, sup { line-height: 1; }