Skip to content

Do not underline links without an href. #373

Open
@eloyesp

Description

@eloyesp

A link without the href attribute works like normal text, it would be nice to make prose just ignore those.

Changing the selector from:

.prose a {
  /* styles */
}

To:

.prose a[href] {
  /* styles */
}

Should be enough.

It seems that it is a single line change on:

There are other rules that select "a", those can be changed too for consistency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions