informatics-lab / blog

The Met Office Lab Jekyll Blog
http://www.informaticslab.co.uk
Other
3 stars 6 forks source link

Color of linked pages #304

Closed antoine-de-daran closed 8 years ago

antoine-de-daran commented 8 years ago

All the linked pages got the same color : purple. We could make a difference between pages that have been visited and the others, like on Wikipedia for example.

jacobtomlinson commented 8 years ago

This can be done quickly using the a-variant mixin. We just need to add a :visited selector too with a different colour.

antoine-de-daran commented 8 years ago

Finally, it's better to let it like it is.