Skip to content

<hr> style too light on firefox #1404

Open
@andychu

Description

I came here to complain about the


style and saw the shout-out in the latest commit :)

96cf0b3

I agree that the previous <hr> was too dark, but now it's too light:

It's almost invisible in Firefox:

Screenshot from 2024-12-20 11-14-44

Barely visible in Chrome:

Screenshot from 2024-12-20 11-16-03

I think the issue is that it's both dotted and light color -- it should be dotted XOR light color !


IMO this is a good middle ground:

Screenshot from 2024-12-20 11-18-01

web/manual.css:hr {
  border: none;
  height: 1px;
  background-color: #BBB;

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions