MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 117: Line 117:
/* MediaWiki:Common.css */
/* MediaWiki:Common.css */
#ca-talk { display: none !important; }
#ca-talk { display: none !important; }
/* Make links dark pink and remove underline */
a {
    color: #8B0D2E !important;
    text-decoration: none !important;
}
/* Make all table text your dark pink */
table {
    color: #8B0D2E !important;
}