For some reason, images frequently refuse to load for me on Wikimedia websites lately. After encountering this, I have noticed an easy fix to make the no-image experience more visually consistent:
```
ul {
list-style-image:url(/w/skins/Vector/resources/common/images/bullet-icon.svg?d4515)
}
```
This declaration from Vector’s CSS should have `list-style: disc` (or similar) added before it so that the lists are rendered consistently with black dots. Currently sub-lists are rendered with white dots (at least in Firefox), which is noticeable on pages with a lot of sub-lists, for example:
https://ru.wikipedia.org/wiki/Википедия:Форум/Общий
(This is a fairly simple and non-important change overall, ~~and I hope my issues with image loading stop one day~~.)