Skip to content

Commit b295df7

Browse files
Fix visited link
1 parent 178eefe commit b295df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/cid.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ p {
4141
margin: 0 0 10px;
4242
}
4343

44-
a {
44+
a,
45+
a:visited {
4546
color: #08c;
4647
text-decoration: none;
4748
}

0 commit comments

Comments
 (0)