diff --git a/assets/images/getting-started/first-build.png b/assets/images/getting-started/first-build.png index e6e9f6fa..c58d583f 100644 Binary files a/assets/images/getting-started/first-build.png and b/assets/images/getting-started/first-build.png differ diff --git a/assets/images/getting-started/first-project-no-recent.png b/assets/images/getting-started/first-project-no-recent.png index f0520d50..8c1c0d5d 100644 Binary files a/assets/images/getting-started/first-project-no-recent.png and b/assets/images/getting-started/first-project-no-recent.png differ diff --git a/assets/styles/profile/hooks.sass b/assets/styles/profile/hooks.sass index c1c4ef96..5566b966 100644 --- a/assets/styles/profile/hooks.sass +++ b/assets/styles/profile/hooks.sass @@ -73,10 +73,7 @@ height: 18px margin: 0 10px 0 15px padding: 0 10px 0 0 - @include background(linear-gradient(#eee, #fff)) - @include box-shadow(#ccc 0px 2px 3px 0px inset) border: 1px solid #bdbdbd - @include border-radius(4px) line-height: 21px font-size: 11px color: #999 @@ -89,17 +86,14 @@ left: -1px width: 28px height: 18px - @include background(linear-gradient(#ddd, #fff)) - @include box-shadow(#fff 0px 1px 3px 0px inset) + background: #e9e9e7 border: 1px solid #bdbdbd - @include border-radius(4px) &.active .switch width: 56px padding: 0 0 0 14px - @include background(linear-gradient(#3a78f9, #93bafc)) - @include box-shadow(#2153be 0px 2px 3px 0px inset) - border: 1px solid #4b7cde + background: #40454f + border: 1px solid #bdbdbd color: #fff text-align: left &:before diff --git a/public/images/getting-started/first-build.png b/public/images/getting-started/first-build.png index e6e9f6fa..c58d583f 100644 Binary files a/public/images/getting-started/first-build.png and b/public/images/getting-started/first-build.png differ diff --git a/public/images/getting-started/first-project-no-recent.png b/public/images/getting-started/first-project-no-recent.png index f0520d50..8c1c0d5d 100644 Binary files a/public/images/getting-started/first-project-no-recent.png and b/public/images/getting-started/first-project-no-recent.png differ