Use :visited to colour visited links for now.

Until we get proper tracking :)
This commit is contained in:
Dominik Picheta 2018-05-21 23:26:04 +01:00
commit 34f2a15af1

View file

@ -141,12 +141,12 @@ $logo-height: $navbar-height - 20px;
// - Thread table
.thread-title {
a, a:visited, a:hover {
a, a:hover {
color: $body-font-color;
text-decoration: none;
}
a.visited {
a.visited, a:visited {
color: lighten($body-font-color, 40%);
}