Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit dee150b

Browse files
committed
Color visited links in non-header navs
Fixes #24.
1 parent 8fd83e8 commit dee150b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

writ.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pre {
5858

5959
body { color: #222; }
6060
code, pre, samp, kbd { color: #111; }
61-
a, nav a:visited { color: #00e; }
61+
a, header nav a:visited { color: #00e; }
6262
a:visited { color: #60b; }
6363
mark { color: inherit; }
6464

writ.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)