mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 09:08:28 -05:00
Un-blue the home page a little bit
This commit is contained in:
parent
5502c86962
commit
f670c78a50
4 changed files with 3 additions and 7 deletions
|
@ -1226,7 +1226,7 @@ body.page-home > main > header {
|
|||
#home {
|
||||
padding-top: 0; }
|
||||
#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;
|
||||
padding-top: 3.75em; }
|
||||
#home > header h1 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -38,7 +38,6 @@
|
|||
<li class="featured-extension">
|
||||
<a href="?url=https://technoboy10.github.io/twitter/extension.js" data-action="load-url">
|
||||
<img src="images/extensions/twitter_small.png" />
|
||||
<span class="button tryit">Try it!</span>
|
||||
</a>
|
||||
<section>
|
||||
<h2>Twitter</h2>
|
||||
|
@ -48,7 +47,6 @@
|
|||
<li class="featured-extension">
|
||||
<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" />
|
||||
<span class="button tryit">Try it!</span>
|
||||
</a>
|
||||
<section>
|
||||
<h2>Tone Synth</h2>
|
||||
|
@ -58,7 +56,6 @@
|
|||
<li class="featured-extension">
|
||||
<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" />
|
||||
<span class="button tryit">Try it!</span>
|
||||
</a>
|
||||
<section>
|
||||
<h2>Text to Speech</h2>
|
||||
|
@ -68,7 +65,6 @@
|
|||
<li class="featured-extension">
|
||||
<a href="?url=http://khanning.github.io/scratch-arduino-extension/arduino_extension.js" data-action="load-url">
|
||||
<img src="images/extensions/arduino_small.png" />
|
||||
<span class="button tryit">Try it!</span>
|
||||
</a>
|
||||
<section>
|
||||
<h2>Arduino</h2>
|
||||
|
|
|
@ -16,7 +16,7 @@ body.page-home > main > header {
|
|||
padding-top: 0;
|
||||
|
||||
> 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;
|
||||
padding-top: $vertical-base * 10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue