Skip to content

Commit

Permalink
no more purple, thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Oct 25, 2007
1 parent 459d8d7 commit 424ed0a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions gem/website/stylesheets/screen.css
@@ -1,5 +1,5 @@
body {
background-color: #E1D1F1;
background-color: white;
font-family: "Georgia", sans-serif;
font-size: 16px;
line-height: 1.6em;
Expand Down Expand Up @@ -29,8 +29,7 @@ li {
list-style-type: square;
}
a {
color: #5E5AFF;
background-color: #DAC;
color: #00266F;
font-weight: normal;
text-decoration: underline;
}
Expand All @@ -51,7 +50,7 @@ blockquote {
}
.coda {
text-align: right;
color: #77f;
color: #444;
font-size: smaller;
}

Expand Down Expand Up @@ -107,8 +106,8 @@ pre, code {
text-align: right;
font-family: sans-serif;
font-weight: normal;
background-color: #B3ABFF;
color: #141331;
background-color: #7CBBFF;
color: #7CBBFF;
padding: 15px 20px 10px 20px;
margin: 0 auto;
margin-top: 15px;
Expand All @@ -126,15 +125,15 @@ pre, code {
#version p {
text-decoration: none;
color: #141331;
background-color: #B3ABFF;
background-color: #7CBBFF;
margin: 0;
padding: 0;
}

#version a {
text-decoration: none;
color: #141331;
background-color: #B3ABFF;
background-color: #7CBBFF;
}

.clickable {
Expand Down

0 comments on commit 424ed0a

Please sign in to comment.