Skip to content

Commit 2e2e6ec

Browse files
committed
Merge pull request rubyburgers#17 from cveneziani/link-style
Change color of visited links
2 parents 94a9e16 + a87466e commit 2e2e6ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css/main.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ h1, h2, h3, h4, h5, h6 {
2525
h1 { margin-bottom: 1em; }
2626
p { margin: 1em 0; }
2727

28-
a { color: #de3b15; }
29-
a:hover { color: #6f3720; }
30-
a:visited { color: #a0a; }
28+
a, a:visited { color: #de3b15; }
29+
a:hover { color: #6f3720; }
3130

3231
table {
3332
font-size: inherit;

0 commit comments

Comments
 (0)