Skip to content

Commit

Permalink
calibrate colors for less bad monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0uch committed Aug 11, 2013
1 parent 3ee3718 commit 5065a32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -13,7 +13,7 @@ This is the full source for the public-facing site of AdStack.
Assuming you have met all of the system requirements:

```
npm install && grunt && jekyll --server
$ npm install && grunt && jekyll --server
```

Then point your browser to `localhost:4000`.
Expand Down
2 changes: 1 addition & 1 deletion dist/base.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions style/home.less
Expand Up @@ -3,17 +3,17 @@
*/

#feature {
background-color: lighten(desaturate(@blue-color, 4%), 14%);
background-color: lighten(desaturate(@blue-color, 2%), 8%);
overflow: hidden;
.row > div {
margin-bottom: 7.8em;
margin-bottom: 7.6em;
}
h2 {
.alt-font;
font-weight: normal;
//color: darken(desaturate(@blue-color, 30%), 20%);
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
letter-spacing: -0.02em;
margin: 1.6em 0 0.6em; font-size: 2.7em; line-height: 1.4em;
position: relative; z-index: 3;
Expand Down

0 comments on commit 5065a32

Please sign in to comment.