sebst / pythonic-news

A Hacker News lookalike written in Python/Django, powering https://news.python.sc
https://news.python.sc
GNU Affero General Public License v3.0
518 stars 109 forks source link

Add CSS rule for `:visited` #5

Closed vivgui closed 4 years ago

vivgui commented 4 years ago

Hey there, thanks for the invite! Loving the links so far. I'm a frontend developer that's starting to use more python at work and this resource is awesome.

I just request a small change, communities like Reddit and Hacker News have a :visited pseudo-class to give a visual hint to an already visited link.

I propose changing the color of visited links to a lighter grey but feel free to change it if you want, I just think that having a ":visited" selector is essential to a news site.

Here's how my change looks:

image

Post # 1 has been visited, post # 2 has not been visited.

Let me know what you think!

sebst commented 4 years ago

Will deploy it ASAP. Thank you so much!