The Babylon Project
Advertisement

Change sizes[]

The numbers for edit change sizes seen on Special:RecentChanges and Special:Watchlist are too dark for the background color you've chosen (#474646). The green (#006400) in particular is quite difficult to read. Suggest you add something like this to this page:

.mw-plusminus-pos {
	color: #4c4;
}
.mw-plusminus-neg {
	color: #f99;
}

This would change them to shades of green and red that are easily readable and comply with accessibility guidelines. You can use this page to find accessible color choices. Llwy-ar-lawr (talk) 23:18, June 18, 2019 (UTC)

References - highlighted text color[]

When a footnote/reference link is clicked, the reference/footnote is highlighted in white.

If there's any white text in the reference, it's unreadable - for example: https://babylon5.fandom.com/wiki/Anla%27Shok#cite_note-14

Found the below workaround at https://community.fandom.com/f/p/4400000000001839848

Add this to your wiki's CSS and replace "<color>" with whatever color you want.

ol.references li:target,
sup.reference:target {
    background-color: <color>;
}


Maybe use a light gray (#AAAAAA ?)

Gs4291 (talk) 19:46, 12 October 2021 (UTC)

Advertisement