2 * Styling for Special:Watchlist and Special:RecentChanges
5 .mw-changeslist-line-watched .mw-title {
10 * Titles, including username links, and also tag names
11 * are prone to getting jumbled up
12 * with other titles, usernames, etc. in mixed RTL-LTR environment.
14 .mw-changeslist
.mw-tag-marker
,
15 .mw-changeslist .mw-title {
19 /* Colored watchlist and recent changes numbers */
21 color: #006400; /* dark green */
25 color: #8b0000; /* dark red */
29 color: #a2a9b1; /* gray */
33 * Bidi-isolate these numbers.
34 * See https://phabricator.wikimedia.org/T93484
39 unicode-bidi: -moz-isolate
;
40 unicode-bidi: isolate
;