diff --git a/css/styles.css b/css/styles.css index d958405aa..f773a83e9 100644 --- a/css/styles.css +++ b/css/styles.css @@ -293,3 +293,13 @@ tr:focus { #character-overview-options-button { display: inline-block; } + +/* Scan analyze links from AutoLink */ +.scan-analyze-link { + cursor:pointer; + color:#FFFFFF; + text-decoration:underline; +} +.scan-analyze-link:hover { + text-decoration:none; +} diff --git a/index.html b/index.html index b3a41bd94..2dc38708a 100644 --- a/index.html +++ b/index.html @@ -405,44 +405,52 @@
This page displays any programs that you are able to create. Writing the code for a program takes time, which - can vary based on how complex the program is. Once you start working on a program you must see it all the way - through. If you cancel before the program is complete you will lose all your progress and have to start all over - if you want to code it again. + can vary based on how complex the program is. If you are working on creating on a program you can cancel + at any time. Your progress will be saved and you can continue later.