Use :visited to colour visited links for now.
Until we get proper tracking :)
This commit is contained in:
parent
407f03da77
commit
34f2a15af1
1 changed files with 2 additions and 2 deletions
|
|
@ -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%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue