MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 216: Line 216:
}
}


.bc-pill a {
/* Force pill link color across normal/visited/hover/focus */
.bc-pill a,
.bc-pill a:visited {
     color: #fff !important;
     color: #fff !important;
     text-decoration: none;
     text-decoration: none !important;
}
.bc-pill a:hover,
.bc-pill a:focus {
    color: #fff !important;
    text-decoration: none !important;
}
}