sailpoint-oss / developer.sailpoint.com

The codebase that makes up developer.sailpoint.com, including developer documentation. This codebase is open source and welcomes contributions.
https://developer.sailpoint.com
MIT License
32 stars 85 forks source link

[Feature] Make links in documentation a different color so they are more visible #153

Closed colin-mckibben-sp closed 1 year ago

colin-mckibben-sp commented 1 year ago

Is your feature request related to a problem? Please describe.

Links in the documentation have a very similar color to the surrounding text, making it hard to see that there are links in the documentation.

For example, here is the search collection documentation: https://developer.sailpoint.com/idn/api/v3/search

image

There is actually a link in this document, which you can see here after hovering over it.

image

This also affects technical docs, not just API collection docs. Here is the event trigger filter docs. https://developer.sailpoint.com/idn/docs/event-triggers/filtering-events#developing-filters

image

And here is the link that is hidden:

image

Describe the solution you'd like.

Make the link text a different color so it is easier to spot.

Describe alternatives you've considered. A clear and concise description of any alternative solutions or features you've considered. Ex. I have seen similar features on [...]

Additional context Add any other context or screenshots about the feature request here.

Dark and light mode both exhibit this issue.

jordan-violet-sp commented 1 year ago

@luke-hagar-sp this seems to break with the Tailwind css that was added to custom.css. I'll let you fix it so I don't break any tailwind items you may have used elsewhere.

colin-mckibben-sp commented 1 year ago

fixed in #154