Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
increase text contrast. 
code wasn't rendering using monospace typeface.
  • Loading branch information
btbytes committed Apr 6, 2013
1 parent 0f783f5 commit 090e8dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stylesheets/styles.css
Expand Up @@ -3,7 +3,7 @@
body {
padding:50px;
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
color:#222;
font-weight:300;
}

Expand Down Expand Up @@ -58,9 +58,9 @@ blockquote {
}

code, pre {
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
color:#333;
font-size:12px;
font-family: Monaco, courier, monospace;
color:#000;
font-size:0.95em;
}

pre {
Expand Down

0 comments on commit 090e8dc

Please sign in to comment.