still some bugs to work out with the undo queue, and cross compatability check
2 files changed, 3 lines added, 3 lines removed
Changes
--- clientSide/codeEdit/index.html 8751b38e9d9d4d1a0bd5c7009dd4c5070ff0d940
+++ clientSide/codeEdit/index.html e07b4b0d2d88a37effaf178c8f941462e6b12ffb
@@ -9,11 +9,11 @@
- .codeblock .comment { color: silver; }- .codeblock .string { color: green; }+ .codeblock .comment { color: green; }+ .codeblock .string { color: purple; }- .codeblock .keyword { font-weight: bold; display: inline-block; margin-bottom: -1px; }+ .codeblock .keyword { color: red; font-weight: bold; display: inline-block; margin-bottom: -1px; }