Skip to content

Commit

Permalink
Making default font color darker
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfox committed Sep 3, 2012
1 parent 0fb17c9 commit 6012d9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,22 +180,22 @@ h1 {
}
.large,
h2 {
color: #262626;
color: #080808;
font-size: 44px;
line-height: 48px;
font-weight: 800;
line-height: 1.5em;
}
.bigger,
h3 {
color: #2b2b2b;
color: #0e0e0e;
font-size: 28px;
line-height: 1.5em;
font-weight: 800;
}
.big,
h4 {
color: #333333;
color: #151515;
font-size: 24px;
line-height: 30px;
font-weight: 700;
Expand Down Expand Up @@ -256,7 +256,7 @@ body {
width: 896px;
padding: 32px 48px 84px;
background: #f7f7f7;
color: #454545;
color: #272727;
-webkit-text-size-adjust: 100%;
/* Stops Mobile Safari from auto-adjusting font-sizes */

Expand Down
4 changes: 1 addition & 3 deletions style.less
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,10 @@ footer, header, nav, section, audio, video { display: block; }

a img {border: 0;}



/* Color variables
------------------ */

@fontcolor: #454545;
@fontcolor: #272727;
@bgcolor: #f7f7f7;
/* Highlight color, when user selects text */
@highlight: #b5bfcb;
Expand Down

0 comments on commit 6012d9b

Please sign in to comment.