Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set off <code> from regular text
Font family change alone is hard to spot, which makes the text harder to read when dealing with word-like <code></code> bits (e.g. "has", "keep", "result")
  • Loading branch information
zoffixznet committed Oct 30, 2015
1 parent 459c66e commit 1c79231
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/css/style.css
Expand Up @@ -34,6 +34,10 @@ pre {
overflow: auto;
}

code {
color: #666;
}

pre a, pre a:visited, pre a:link {
text-decoration: underline;
color: black;
Expand Down

0 comments on commit 1c79231

Please sign in to comment.