diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 38241f67..0b5f577b 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -58,7 +58,7 @@ input.onGesture(Gesture.Shake, () => { ## Step 6 -If you have a @boardname@, connect a USB cable it and click ``|Download|``. Save the program to the **@drivename@** drive. This transfers your code to the @boardname@! +If you have a @boardname@, connect a USB cable to it and click ``|Download|``. Save the program to the **@drivename@** drive. This transfers your code to the @boardname@! ## Step 7 diff --git a/theme/style.less b/theme/style.less index 5a5b464c..e458a8d6 100644 --- a/theme/style.less +++ b/theme/style.less @@ -27,7 +27,11 @@ .ui.button.download-button:hover { background-color: #00ED00; - color: black !important; + color: black; +} + +.docs.inlinebutton.ui.button.download-button:hover { + &:extend(.ui.purple.button all); } .ui.button.play-button.play-button-full {