phuocng/this-vs-that

Highlighting already visited topics

NekitCorp opened this issue · 2 comments

It would be convenient if already visited topics were highlighted. Due to the release of new topics and just reading all the topics in a row, sometimes you start to get confused. As an example of implementation:

a:visited > div {
  border-color: rgb(108, 92, 231);
}

da5cd8a2766a98d30968c79dd457422a

It's a great suggestion, @NekitCorp. Can you create a PR for it?

Done.