Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change base color to more brighten
  • 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
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
Expand Up @@ -11,10 +11,12 @@ ul, ol, li {
}

a {
color: white;
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);
color: rgba(36, 36, 36, .9);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

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

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

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

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 {
Expand Down Expand Up @@ -94,15 +93,9 @@ ul.navigation {

ul.navigation li {
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 {
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 {
Expand Down

0 comments on commit 89135db

Please sign in to comment.