Closed
Description
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.
Steps to Reproduce
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