Skip to content

Commit 3fa4c3f

Browse files
committed
HN: darken :visited links
1 parent 33cca4d commit 3fa4c3f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

news.ycombinator.com/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ const styles = `
1313
.c00 {
1414
color: white
1515
}
16-
17-
a:link, a:visited {
16+
.c00 a:link, a:link {
1817
color: #ffc071;
1918
}
19+
a:visited {
20+
color: #7e5828;
21+
}
2022
`;
2123
const sheet = Object.assign(document.createElement("style"), {
2224
type: "text/css",

0 commit comments

Comments
 (0)