my17560 / dokuwiki-template-readthedokus

"Read the Docs" flavored DokuWiki template
MIT License
13 stars 10 forks source link

Increase readability of strong font-size color #53

Closed eduardomozart closed 1 year ago

eduardomozart commented 1 year ago

Hello, I would like to suggest the following CSS change to the template:

strong {
   text-shadow: 0 0 0 __text__;
}

Because it's difficult to differ bold text from non-bold text. Before:

image

After: image

my17560 commented 1 year ago

Thank you for your suggestion.

But it could depend on the fonts you are using and adding text-shadow makes some fonts too bold and blurred. I want to leave that to each user whether to make it bolder or not. So please put the style in userall.css.

eduardomozart commented 1 year ago

I understand. I noticed that the bold seems to render as expected on Windows, it just doesn't seem right on macOS. I'd applied the change manually at the conf/userstyle.less file. Thank you!