From 5dce17c5aae99885ffc595ee4d11e40d44924f72 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 19 May 2009 13:16:36 +0200 Subject: [PATCH] Modify website colors. --- website/node.html | 5 ----- website/sh_vim-dark.css | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/website/node.html b/website/node.html index 3240c60..488f864 100644 --- a/website/node.html +++ b/website/node.html @@ -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). In fact, not a single function in Node blocks execution. -

Programming in Node is different. Instead of commanding actions, Node -scripts defining behaviors. The entire program is centered around I/O -events. -

Check out the API documentation for more examples.

Node is free to download,