Fixed tutorial links
diff --git a/dev/scss/main/helper.scss b/dev/scss/main/helper.scss
new file mode 100644
index 0000000..ec33901
--- /dev/null
+++ b/dev/scss/main/helper.scss
@@ -0,0 +1,9 @@
+// Make cursor helper
+body.helper, body.helper a {
+  cursor: help !important;
+}
+
+// Make hover links visible
+body.helper *[data-helper]:hover {
+  text-shadow: 0 0 5px $dark-orange !important;
+}
\ No newline at end of file