better colors and fonts for terminal
diff --git a/planetstack/core/static/shell/constants.js b/planetstack/core/static/shell/constants.js
index 5231cda..97b690a 100644
--- a/planetstack/core/static/shell/constants.js
+++ b/planetstack/core/static/shell/constants.js
@@ -14,7 +14,7 @@
         linePrompt += "<span class='prompt'>.</span>";

       }

     }

-    return "<div class='line'>" +

+    return "<div class='terminal_line'>" +

            linePrompt +

            "<input type='text' class='readLine active' />" +

            "</div>";