hackernews: Dim visited article links

pull/19/head
Adam Porter 7 years ago
parent 197cb9c3e8
commit 1d18b255a5

@ -992,6 +992,9 @@ table {
.title a {
color: #839496 !important;
}
.title a:visited {
color: #586e75 !important;
}
a.storylink {
color: #93a1a1 !important;
font-weight: bold;

@ -992,6 +992,9 @@ table {
.title a {
color: #657b83 !important;
}
.title a:visited {
color: #93a1a1 !important;
}
a.storylink {
color: #586e75 !important;
font-weight: bold;

@ -48,6 +48,9 @@ table {
.title a {
color: #839496 !important;
}
.title a:visited {
color: #586e75 !important;
}
a.storylink {
color: #93a1a1 !important;
font-weight: bold;

@ -48,6 +48,9 @@ table {
.title a {
color: #657b83 !important;
}
.title a:visited {
color: #93a1a1 !important;
}
a.storylink {
color: #586e75 !important;
font-weight: bold;

@ -29,6 +29,8 @@ table
.title
a
color()
a:visited
color comment
a.storylink
color emphasized

Loading…
Cancel
Save