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.
/*
 * Make links to my user page slightly more visible.
 */
#bodyContent a[title="User:Dsimic"] {
    background: rgba(0, 0, 0, 0.07);
}

/*
 * Make sure that changed pages on my watchlist are displayed in bold.
 */
.mw-changeslist-line-watched .mw-title {
    font-weight: bold !important;
}

/*
 * Add some more spacing before the table of contents.
 */
#toc {
    margin-top: 0.9em;
}

/*
 * Apply color customizations to wikEdDiff; see [[User:Cacycle/diff#Customization]]
 * for more details.
 */
.wikEdDiffDelete,
.wikEdDiffDeleteBlank,
.wikEdDiffFragment:hover .wikEdDiffDeleteBlank {
    background-color: #ffd36a !important;
}

.wikEdDiffInsert,
.wikEdDiffInsertBlank,
.wikEdDiffFragment:hover .wikEdDiffInsertBlank {
    background-color: #7abfff !important;
}