Un-blue the home page a little bit

This commit is contained in:
Ray Schamp 2015-08-10 15:00:33 -04:00
parent 5502c86962
commit f670c78a50
4 changed files with 3 additions and 7 deletions

View file

@ -1226,7 +1226,7 @@ body.page-home > main > header {
#home { #home {
padding-top: 0; } padding-top: 0; }
#home > header { #home > header {
background-image: linear-gradient(to bottom, rgba(36, 163, 236, 0.5) 67%, #3f5975 33%), url(../images/editor.png); background-image: linear-gradient(to bottom, rgba(117, 161, 202, 0.5) 67%, #3f5975 33%), url(../images/editor.png);
background-size: cover, cover; background-size: cover, cover;
padding-top: 3.75em; } padding-top: 3.75em; }
#home > header h1 { #home > header h1 {

File diff suppressed because one or more lines are too long

View file

@ -38,7 +38,6 @@
<li class="featured-extension"> <li class="featured-extension">
<a href="?url=https://technoboy10.github.io/twitter/extension.js" data-action="load-url"> <a href="?url=https://technoboy10.github.io/twitter/extension.js" data-action="load-url">
<img src="images/extensions/twitter_small.png" /> <img src="images/extensions/twitter_small.png" />
<span class="button tryit">Try it!</span>
</a> </a>
<section> <section>
<h2>Twitter</h2> <h2>Twitter</h2>
@ -48,7 +47,6 @@
<li class="featured-extension"> <li class="featured-extension">
<a href="?url=http://ericrosenbaum.github.io/tone-synth-extension/examples/Bouncing%20Synth%20Ball.sbx" data-action="load-url"> <a href="?url=http://ericrosenbaum.github.io/tone-synth-extension/examples/Bouncing%20Synth%20Ball.sbx" data-action="load-url">
<img src="images/extensions/tonesynth_small.png" /> <img src="images/extensions/tonesynth_small.png" />
<span class="button tryit">Try it!</span>
</a> </a>
<section> <section>
<h2>Tone Synth</h2> <h2>Tone Synth</h2>
@ -58,7 +56,6 @@
<li class="featured-extension"> <li class="featured-extension">
<a href="?url=http://sayamindu.github.io/scratch-extensions/text-to-speech/TalkingGobo.sbx" data-action="load-url"> <a href="?url=http://sayamindu.github.io/scratch-extensions/text-to-speech/TalkingGobo.sbx" data-action="load-url">
<img src="images/extensions/texttospeech_small.png" /> <img src="images/extensions/texttospeech_small.png" />
<span class="button tryit">Try it!</span>
</a> </a>
<section> <section>
<h2>Text to Speech</h2> <h2>Text to Speech</h2>
@ -68,7 +65,6 @@
<li class="featured-extension"> <li class="featured-extension">
<a href="?url=http://khanning.github.io/scratch-arduino-extension/arduino_extension.js" data-action="load-url"> <a href="?url=http://khanning.github.io/scratch-arduino-extension/arduino_extension.js" data-action="load-url">
<img src="images/extensions/arduino_small.png" /> <img src="images/extensions/arduino_small.png" />
<span class="button tryit">Try it!</span>
</a> </a>
<section> <section>
<h2>Arduino</h2> <h2>Arduino</h2>

View file

@ -16,7 +16,7 @@ body.page-home > main > header {
padding-top: 0; padding-top: 0;
> header { > header {
background-image: linear-gradient(to bottom, rgba($bright-blue, 0.5) 67%, rgba($dark-blue, 1) 33%), url(../images/editor.png); background-image: linear-gradient(to bottom, rgba(117, 161, 202, 0.5) 67%, rgba($dark-blue, 1) 33%), url(../images/editor.png);
background-size: cover, cover; background-size: cover, cover;
padding-top: $vertical-base * 10; padding-top: $vertical-base * 10;