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.
/* Remove rollback from watchlist */

.mw-special-Watchlist .mw-rollback-link {
    display: none;
}

/* Make "Last updated since..." more visible */

.mediawiki .updatedmarker {
    background-color:lightblue;
    color:black;
}

/* Easier to see when things are removed from talk page */

.action-history .mw-plusminus-neg {
    background-color:lightpink;
    color:#8b0000;
}

/* Highlight "reverted" tag */

.mw-tag-marker-mw-reverted {
    background-color:lightpink;
    color:black;
}