Skip to content

Commit 95423c7

Browse files
Update test.md
1 parent cf84f0a commit 95423c7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/test/test.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ a:link {
1414
color: black;
1515
}
1616

17+
/* visited link */
18+
a:visited {
19+
color: black;
20+
}
21+
22+
/* mouse over link */
23+
a:hover {
24+
color: black;
25+
}
26+
27+
/* selected link */
28+
a:active {
29+
color: black;
30+
}
31+
1732
p {
1833
margin: 0;
1934
line-height: 1.6;

0 commit comments

Comments
 (0)