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

Commit 63c7189

Browse files
committed
Do not color visited nav links
1 parent 5d4efa5 commit 63c7189

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

writ.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ a {
180180

181181
a:visited { color: #60b; }
182182

183+
/* Don't color visited nav links */
184+
nav a:visited { color: #00e; }
185+
183186
/* Smallcaps */
184187
abbr { font-size: 2ex; }
185188

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)