Skip to content

Commit

Permalink
Tweaking styles
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Jan 29, 2009
1 parent 6711b0a commit 0b4196c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/prawn.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
body {
font: Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
background-color: #000000;
color: #ffff66;
color: #ffffff;
margin-bottom: 1em;
}

Expand Down Expand Up @@ -34,11 +34,11 @@ a {
}

a:visited {
color: #ffffff;
color: #2299ff;
}

a:hover, a:active {
color: #ffffff;
color: #2299ff;
}

a img {
Expand Down

0 comments on commit 0b4196c

Please sign in to comment.