User:Nyenyec/monobook.css

From Wikipedia, the free encyclopedia
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.
/* ----------------------------------------------------------------------*/
/* Diff rendering */

/* don't use a smaller font */
td.diff-addedline, td.diff-deletedline, td.diff-context { 
   font-size: 100%;
};

/* underline just the text that's different */
/* I'm color blind so I both underline and make bold the text that is different */
span.diffchange { text-decoration: underline; }
span.diffchange { color: black; text-decoration: underline; font-weight: bold; }