Skip to content

Style <hr> elements to match borders on other elements #917

@arnonerba

Description

@arnonerba

I've noticed that Minima doesn't style the <hr> element by default, so horizontal rules look obtrusive when compared to existing borders, like the one at the bottom of post headers.

I'd like to see something like this instead:

hr {
    border: 0;
    border-bottom: 1px solid $border-color-01;
}

I'm happy to open a PR if this can be merged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions