Modify website colors.
authorRyan <ry@tinyclouds.org>
Tue, 19 May 2009 11:16:36 +0000 (13:16 +0200)
committerRyan <ry@tinyclouds.org>
Tue, 19 May 2009 11:16:36 +0000 (13:16 +0200)
website/node.html
website/sh_vim-dark.css

index 3240c60..488f864 100644 (file)
@@ -41,7 +41,6 @@ h1 a { color: inherit; }
 pre, code {
   font-family: monospace;
   font-size: 14pt;
-  color: #dcd;
 }
 
 pre {
@@ -124,10 +123,6 @@ nor
 class="sh_javascript">listen(8000)</code>. 
 In fact, not a single function in Node blocks execution. 
 
-<p>Programming in Node is different.  Instead of commanding actions, Node
-scripts defining behaviors. The entire program is centered around I/O
-events. 
-
 <p> Check out <a href="#api">the API documentation</a> for more examples.
 
 <p> Node is free to <a href="#download">download</a>, <a
index ae1d75c..7f3291d 100644 (file)
@@ -5,7 +5,7 @@
 }\r
 \r
 .sh_sourceCode .sh_symbol , .sh_sourceCode .sh_cbracket {\r
-  color: #bbd;\r
+  color: #cd5;\r
 }\r
 \r
 .sh_sourceCode .sh_keyword {\r
@@ -14,7 +14,7 @@
 \r
 .sh_sourceCode .sh_string, .sh_sourceCode .sh_regexp, .sh_sourceCode .sh_number \r
 {\r
-  color: #daa;\r
+  color: #B0C4DE;\r
 }\r
 \r
 .sh_sourceCode .sh_comment {\r