Skip to content

Commit 4b68084

Browse files
committed
Removed light gray as it isn't used
1 parent e9a65e6 commit 4b68084

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

scss/_variables.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ $black: #000;
1111
$darkerGray: #222;
1212
$darkGray: #333;
1313
$gray: #666;
14-
$lightGray: #aaa;
15-
$lighterGray: #eee;
14+
$lightGray: #eee;
1615
$white: #fff;
1716

1817
// Font stacks

scss/style.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ img {
118118
// Specify the color of the selection
119119
::-moz-selection {
120120
color: $black;
121-
background: $lighterGray;
121+
background: $lightGray;
122122
}
123123
::selection {
124124
color: $black;
125-
background: $lighterGray;
125+
background: $lightGray;
126126
}
127127

128128
// Nicolas Gallagher's micro clearfix hack
@@ -151,7 +151,7 @@ img {
151151

152152
.masthead {
153153
padding: 20px 0;
154-
border-bottom: 1px solid $lighterGray;
154+
border-bottom: 1px solid $lightGray;
155155

156156
@include mobile {
157157
text-align: center;
@@ -238,7 +238,7 @@ nav {
238238

239239
.posts > .post {
240240
padding-bottom: 2em;
241-
border-bottom: 1px solid $lighterGray;
241+
border-bottom: 1px solid $lightGray;
242242
}
243243

244244
.posts > .post:last-child {
@@ -260,7 +260,7 @@ nav {
260260
.wrapper-footer {
261261
margin-top: 50px;
262262
border-top: 1px solid #ddd;
263-
background-color: $lighterGray;
263+
background-color: $lightGray;
264264
}
265265

266266
footer {

0 commit comments

Comments
 (0)