INCF / artem-is

https://incf.github.io/artem-is/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat]: Fixes in UI of the docs section in dark mode.

its-me-abhishek opened this issue · comments

  • Problem: While reviewing documentation, I noticed that hyperlinks became unreadable and unpleasant once I reached the headings.

  • Proposed Solution:

    • Resolving the issue can also involve adjusting the color of the -md-typeset-a-color property to a lighter shade.
    • To further enhance the UI, we could consider capitalizing the first letter of texts in the left pane.
  • Screenshots :

    • Before:
      prob
    • After:
      sol

Please consider assigning this issue to me if you find this to be acceptable.

The contrast on the second option seems more readable indeed.

Do you feel like trying to update the mkdocs CSS to improve this?

Yes. I was thinking of an approach mentioned in mkdocs' docs: https://www.mkdocs.org/user-guide/customizing-your-theme/
We could change the color of the specific tags.

go for it!!

may have to check how only modify how to change link colors only for dark mode but that's CSS magic we can figure out

open a pull request and ping me, I can review it

and don't hesitate to ask if you need help with anything

Sure! 😄