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

Commit

Permalink
Color code inside links
Browse files Browse the repository at this point in the history
Fixes #29.
  • Loading branch information
causal-agent committed Aug 22, 2016
1 parent 0cc98d3 commit f16035e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions writ.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ pre {

body { color: #222; }
code, pre, samp, kbd { color: #111; }
a, header nav a:visited { color: #00e; }
a:visited { color: #60b; }
a, header nav a:visited, a code { color: #00e; }
a:visited, a:visited code { color: #60b; }
mark { color: inherit; }

code, pre, samp, thead, tfoot { background-color: rgba(0, 0, 0, 0.05); }
Expand Down
2 changes: 1 addition & 1 deletion writ.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f16035e

Please sign in to comment.