Skip to content

Commit

Permalink
copy is black, not brown
Browse files Browse the repository at this point in the history
  • Loading branch information
karledurante committed Oct 31, 2012
1 parent bcdaa46 commit 7c86565
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
margin: 0;
padding-top: 0;
min-height: 100%;
color: $brown;
color: $black;
font-family: museo-sans,Tahoma,sans-serif;
font-weight: 300;
font-size: 16px;
Expand Down
8 changes: 4 additions & 4 deletions app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
margin-bottom: 20px;

h3 {
color: $brown;
color: $black;
}
}

Expand All @@ -30,7 +30,7 @@
border-bottom: solid 1px $grey;

h1, h2 {
color: $brown;
color: $black;
}

.sold {
Expand Down Expand Up @@ -162,7 +162,7 @@
margin-top: 15px;

h3 {
color: $brown;
color: $black;
}
}

Expand All @@ -184,7 +184,7 @@
}

h3 {
color: $brown;
color: $black;
}
}

Expand Down

0 comments on commit 7c86565

Please sign in to comment.