react-client icon indicating copy to clipboard operation
react-client copied to clipboard

Underline links (not everyone can see color)

Open jansvrs opened this issue 4 years ago • 3 comments

Describe the solution you'd like

It would be nice if links were underlined in notes. Not everyone can see color.

Describe alternatives you've considered

Or can I add/change CSS somewhere?

jansvrs avatar Jun 30 '21 12:06 jansvrs

CSS styling is possible.

Just add the following line to your document:

<style>a[href] { text-decoration: underline !important; }</style>

See this note as example: https://demo.hedgedoc.org/DMbQzapyThev9TjtaGUbzw

ErikMichelson avatar Jul 01 '21 08:07 ErikMichelson

It would however make sense to adjust this in the default CSS as part of the accessibility efforts for 2.0, if not already the case.

SISheogorath avatar Jul 01 '21 09:07 SISheogorath

Moved to the repo of the new frontend, to track implementation in the default CSS.

davidmehren avatar Jul 15 '21 19:07 davidmehren