react-client
react-client copied to clipboard
Underline links (not everyone can see color)
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?
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
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.
Moved to the repo of the new frontend, to track implementation in the default CSS.