MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tags: Reverted Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 77: Line 77:
/* Hide talk tab */
/* Hide talk tab */
#ca-talk { display: none !important; }
#ca-talk { display: none !important; }
/* Force all links to dark pink everywhere */
.mw-body a, .mw-content a, #mw-content-text a {
    color: #8B0D2E !important;  /* dark pink */
    text-decoration: none !important;
}
.mw-body a:visited, .mw-content a:visited, #mw-content-text a:visited {
    color: #a62671 !important;  /* darker pink/purple tone */
}
.mw-body a:hover, .mw-content a:hover, #mw-content-text a:hover {
    color: #ff4da6 !important;  /* bright pink on hover */
}