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.
span.updatedmarker {
    background-color: transparent;
    color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight: bold;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display: block;
}
/* Quick hack to force the Search tab on [[Special:Contribs]] open. Credit: Volker E. (WMF) & Stwalkerster - [[m:Special:Permalink/19434096#Reverting the new "collapsed search interface" on Special:Contribs|Tech]] */ 
.mw-special-Contributions .oo-ui-fieldsetLayout-group.mw-collapsible-content { display: block !important; }
.mw-special-Contributions .oo-ui-fieldsetLayout-header { display: none !important; }
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */

/* make diffs more visible */
td.diff-deletedline .diffchange { background-color: #fc8;}
td.diff-addedline .diffchange { background-color: #8cf; }

/*
frwiki's neat discussion styling
they use .ns-talk there; .ext-discussiontools-replytool-enabled also covers Wikipedia:* pages that work like talk pages
*/
.ext-discussiontools-replytool-enabled #mw-content-text dd {
    margin: 0;
    padding: 0;
}

.ext-discussiontools-replytool-enabled #mw-content-text dl {
    border-top: solid 1px #a7d7f9;
    border-left: solid 1px #a7d7f9;
    padding-top: 0.5em;
    padding-left: 0.5em;
    margin-left: 1em;
}

.ext-discussiontools-replytool-enabled #mw-content-text dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl {
    background: #f5faff;
}

.ext-discussiontools-replytool-enabled #mw-content-text dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl,
.ext-discussiontools-replytool-enabled #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl {
    background: white;
}