Closed
Description
Summary
Right now, unordered lists (ul
s) have the circle
list style:
I propose changing this to the disc
list style, which is in my experience more common:
Motivation
- The circle list type looks a bit out-of-place on the Rust website since a lot of the Rust website has a "filled-in" design, e.g., buttons:
- The circles are also so thin that they look pixelated
- Discs would stand out more on the page so you can clearer see that it's a list
- Other parts of Rust, e.g. mdBooks, use the
disc
list type:
- In my experience, the
disc
list type is more common on websites than thecircle
list type, so it's a bit jarring for someone used to the other style
Drawbacks
It might be bikeshedding :)
Rationale and alternatives
- Why is this design the best in the space of possible designs?
- What other designs have been considered and what is the rationale for not
choosing them? - What is the impact of not doing this?
See the "Motivation" section
Maintenance
N/A
Unresolved Questions
N/A
@rustbot modify labels: A-design