Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
142 stars 41 forks source link

different color for visited links #137

Closed itf closed 9 months ago

itf commented 10 months ago

It would be nice to customize the color of visited links, a:visited

Jieiku commented 9 months ago

sorry for the delay on this, it is now completed, by default I set the value to be the same as the normal links, so it won't be obvious in the demo.

My take on it is that it kinda makes some pages/links look messy... for instance the tags, however I am not a color expert, so maybe another color would have looked fine. (the color I chose just made some of the links look out of place, so I defaulted the value to using the same color as normal links)

The css variable is there now and available for customization in the override file:

https://github.com/Jieiku/abridge/blob/1ceb421f09f8a5fbd639382a4e4dbccd4584744e/COPY-TO-ROOT-SASS/abridge.scss#L84

If you have any other feedback regarding this issue just leave me a comment here.