ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
844 stars 439 forks source link

Use normal `font-weight` for links #1188

Closed sambostock closed 1 month ago

sambostock commented 1 month ago

A weight of 600 is nearly the same as heading weight, which is 700, putting too much weight on links, and makes many sidebar links require wrapping. As RDoc is rendering API documentation, many identifiers are links, but aren't being used in a context where they should stand out.

Before After
image image

The default weight works nicely, and links are already identified by color and underline on hover.