Skip to content

Commit

Permalink
Change base color to more brighten
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaba committed Mar 19, 2013
1 parent f66cf07 commit 89135db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
Binary file removed images/black_twill_@2X.png
Binary file not shown.
Binary file added images/white_wall_hash_@2X.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 8 additions & 15 deletions stylesheets/application.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ ul, ol, li {
} }


a { a {
color: white; color: rgba(36, 36, 36, .9);
text-shadow: 1px -1px rgba(0, 0, 0, .2); text-decoration: none;
-moz-text-shadow: 1px -1px rgba(0, 0, 0, .2); }
-webkit-text-shadow: 1px -1px rgba(0, 0, 0, .2);
a:hover {
text-decoration: underline;
} }


body > header, body > header,
Expand All @@ -35,8 +37,8 @@ p {
} }


body { body {
background-image: url('../images/black_twill_@2X.png'); background-image: url('../images/white_wall_hash_@2X.png');
color: white; color: rgba(36, 36, 36, .9);
} }


body > header { body > header {
Expand All @@ -59,9 +61,6 @@ body > footer {
box-shadow: 0px 0px 5px rgba(0, 0, 0, .7); box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);


text-align: center; text-align: center;
text-shadow: 1px -1px rgba(0, 0, 0, .2);
-moz-text-shadow: 1px -1px rgba(0, 0, 0, .2);
-webkit-text-shadow: 1px -1px rgba(0, 0, 0, .2);
} }


body > header:after { body > header:after {
Expand Down Expand Up @@ -94,15 +93,9 @@ ul.navigation {


ul.navigation li { ul.navigation li {
text-align: right; text-align: right;
text-shadow: 1px -1px rgba(0, 0, 0, .6);
-moz-text-shadow: 1px -1px rgba(0, 0, 0, .6);
-webkit-text-shadow: 1px -1px rgba(0, 0, 0, .6);
} }


article { article {
text-shadow: 1px -1px rgba(0, 0, 0, .5);
-moz-text-shadow: 1px -1px rgba(0, 0, 0, .5);
-webkit-text-shadow: 1px -1px rgba(0, 0, 0, .5);
} }


article > aside { article > aside {
Expand Down

0 comments on commit 89135db

Please sign in to comment.