Skip to content

Styling of hyperlinks in content relies on color only (a11y) #4939

Description

@JocelynDelalande

Describe the Bug

In default style, hyperlinks are distinguishable from regular text only by color, which is not enough and problematic from an accessibility standpoint (think colorblind).

Note that in info boxes, there is underlining on links.

Underlining on hover is not enough.

image

Steps to Reproduce

image

Expected Behaviour

underline links in content column.

Screenshots or Additional Context

Workaround (as bookstack admin)

Add a <style> tag in Settings / Customization with the following content:

#tinymce main.content-wrap.card a,
 .page-content a {
 text-decoration: underline;
}

Browser Details

No response

Exact BookStack Version

v23.08.3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions