User talk:Gary/mark unviewed watchlist items.js

Latest comment: 12 years ago by Gary King in topic Color configuration

Color configuration

edit

Would it be possible to add an option to change the color of the diff link? The red is too similar to red links, I'd like to change my configuration to green or something else. Thanks! —danhash (talk) 19:41, 26 October 2011 (UTC)Reply

You can change to whatever you want, just use your CSS file. Go to Special:MyPage/common.css, use the following:
a.watchlist-diff { color: green; }
Hard refresh to be sure, that should do it. If that doesn't work, then use the following:
a.watchlist-diff { color: green !important; }
Gary King (talk · scripts) 18:45, 27 October 2011 (UTC)Reply