Skip to content

Commit 919fee5

Browse files
authored
Add hyperlink text color
1 parent 14cdf5f commit 919fee5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

assets/css/main.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@
2222
display: block;
2323
}
2424

25+
a {
26+
color: #cc0000;
27+
}
28+
29+
a:link {
30+
color: #cc0000;
31+
}
32+
33+
a:visited {
34+
color: #999999;
35+
}
36+
37+
a:hover {
38+
color: #ff3300;
39+
}
40+
2541
body {
2642
line-height: 1;
2743
}

0 commit comments

Comments
 (0)