Skip to content

Commit b6c209f

Browse files
committed
Darkened colors
1 parent ab844fb commit b6c209f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ textarea {overflow: auto;}
5252

5353

5454
a{
55-
color: #1CD;
55+
color: #339CA5;
5656
}
5757

5858
/* Default Layout: 992px.
@@ -93,7 +93,7 @@ body {
9393
background: #3a3a3a;
9494
}
9595
nav .cookbook {
96-
background: #11CCDD;
96+
background: #339CA5;
9797
}
9898
nav .quickstart {
9999
background: #757575;
@@ -117,7 +117,7 @@ body {
117117
header { }
118118
header h1 {
119119
clear: both;
120-
color: #11CCDD;
120+
color: #339CA5;
121121
font-size: 43px;
122122
line-height: 60px;
123123
float: left;
@@ -141,7 +141,7 @@ section {
141141
padding: 0 20px;
142142
}
143143
section h2 {
144-
border-bottom: 2px solid #11CCDD;
144+
border-bottom: 2px solid #339CA5;
145145
font-size: 20px;
146146
line-height: 21px;
147147
margin-bottom: 20px;
@@ -314,4 +314,4 @@ px 68 160 252 344 436 */
314314
float: left;
315315
}
316316

317-
}
317+
}

0 commit comments

Comments
 (0)