Skip to content

Commit

Permalink
Darkened up the grays a bit for easier reading.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jan 12, 2012
1 parent 34b7901 commit 74b8eb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/jekyll/resources/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb

h1 { font-size:170px; line-height:1em; }

h2 { color:#ccc; font-size:190%; }
h2 { color:#bbb; font-size:190%; }

h3 { font-size:4em; line-height:1.5em; }

Expand Down Expand Up @@ -78,7 +78,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
#start { font-size:50px; margin-top:100px; }
#start em { font-weight:bold; font-size:55px; }
#install-primary { margin-top:.75em;}
#install-extra { font-size: 70%; color:#ccc; margin-top:.5em; }
#install-extra { font-size: 70%; color:#bbb; margin-top:.5em; }
#install-info {
background:#576369
}
Expand Down Expand Up @@ -110,7 +110,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
.container-spacer { line-height: 40px; }
.download.btn span {
color:#fff;
text-shadow:0 1px #ccc;
text-shadow:0 1px #bbb;
}

.download.btn {
Expand Down Expand Up @@ -234,7 +234,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
input[type="text"] {
font-family: 'Copse', serif;
font-size:22px; padding:.25em;
color:#ccc;
color:#bbb;
margin-left:5px;
}

Expand All @@ -243,7 +243,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
}

.btn {
border:1px solid #ccc;
border:1px solid #bbb;
background:#eee;
padding:.25em .5em;
font-size:18px;
Expand All @@ -270,7 +270,7 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
font-weight:bold;
margin:0;
padding:.25em;
border:1px solid #ccc;
border:1px solid #bbb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
Expand Down

0 comments on commit 74b8eb5

Please sign in to comment.