πŸ˜– Got styling to work on :visited notifications after some pain, but realised I can't use it 😩

For security, browsers restrict styling of `a:visited`. On top of that, :visited doesn't work on nuxt-link. Was painful to debug as these 2 aspects just fail without errors. Finally managed to get it to work by switching nuxt-link to anchor tags with :href, but realised I can't use it because the :visited stylings will apply to same URL route, but the counter is based on database attribute. Back to the drawing board....