diff --git a/src/main.scss b/src/main.scss index fb7eef872..d94f141c5 100644 --- a/src/main.scss +++ b/src/main.scss @@ -46,13 +46,6 @@ a:hover { text-decoration: underline; } -/* Adds Red outline to Links with no href */ - -a[href=""] { - $fail-red: #ff0000; - outline: 1px solid $fail-red; -} - /* Classes */ .inner { margin: 0 auto; diff --git a/src/views/hoc/hoc.jsx b/src/views/hoc/hoc.jsx index 0067da3f9..373efb288 100644 --- a/src/views/hoc/hoc.jsx +++ b/src/views/hoc/hoc.jsx @@ -38,9 +38,9 @@ var View = React.createClass({ @@ -50,27 +50,27 @@ var View = React.createClass({

Related Resources

Below are some resources to help explore Scratch by yourself or to assist groups in - workshops and classrooms Find out more

+ workshops and classrooms Find out more

- Hide & Seek Tip Cards + Hide & Seek Tip Cards
13mbs
- Dance Tip Cards + Dance Tip Cards
5mbs
- Name Tip Cards + Name Tip Cards
11mbs
@@ -80,7 +80,7 @@ var View = React.createClass({

Tips Window

New to Scratch or haven’t heard of the Tips Window? Check out interactive tutorials, - handy block information, and other helpful hints all in the new 2015 Tips + handy block information, and other helpful hints all in the new 2015 Tips Window

@@ -92,7 +92,7 @@ var View = React.createClass({

Still Want More?

Awesome! Here are some addtional tutorials - from the Tips Window. See all tips

+ from the Tips Window. See all tips

diff --git a/src/views/hoc/hoc.scss b/src/views/hoc/hoc.scss index 12d6a5dba..4efdfa1f6 100644 --- a/src/views/hoc/hoc.scss +++ b/src/views/hoc/hoc.scss @@ -179,10 +179,10 @@ $base-bg: $ui-white; width: inherit; text-transform: uppercase; - letter-spacing: 1px; + letter-spacing: .5px; color: $ui-orange; font-size: .7em; - font-weight: 700; + font-weight: 500; } }