aboutsummaryrefslogtreecommitdiff
path: root/scss/style.scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:20:29 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:20:29 -0400
commit4b6808430d045357c5eef6bd95769e2ca5752705 (patch)
tree71986ba451f9ef04aae34db6ffaef3751a5730e7 /scss/style.scss
parente9a65e6c3f3586884efdc3363cbdadf62eb009c4 (diff)
downloadkompetenzbolzen.github.io-4b6808430d045357c5eef6bd95769e2ca5752705.tar.gz
Removed light gray as it isn't used
Diffstat (limited to 'scss/style.scss')
-rwxr-xr-xscss/style.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 60b430b..632936f 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -118,11 +118,11 @@ img {
// Specify the color of the selection
::-moz-selection {
color: $black;
- background: $lighterGray;
+ background: $lightGray;
}
::selection {
color: $black;
- background: $lighterGray;
+ background: $lightGray;
}
// Nicolas Gallagher's micro clearfix hack
@@ -151,7 +151,7 @@ img {
.masthead {
padding: 20px 0;
- border-bottom: 1px solid $lighterGray;
+ border-bottom: 1px solid $lightGray;
@include mobile {
text-align: center;
@@ -238,7 +238,7 @@ nav {
.posts > .post {
padding-bottom: 2em;
- border-bottom: 1px solid $lighterGray;
+ border-bottom: 1px solid $lightGray;
}
.posts > .post:last-child {
@@ -260,7 +260,7 @@ nav {
.wrapper-footer {
margin-top: 50px;
border-top: 1px solid #ddd;
- background-color: $lighterGray;
+ background-color: $lightGray;
}
footer {