Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-05-19 15:16:36 +0400
committerRyan <ry@tinyclouds.org>2009-05-19 15:16:36 +0400
commit5dce17c5aae99885ffc595ee4d11e40d44924f72 (patch)
tree772b57733b099cc448e4dd9d4a4e50c68069ac82 /website
parent87e6578aa9e15c7c57cabc6562a8dc68aa04aff4 (diff)
Modify website colors.
Diffstat (limited to 'website')
-rw-r--r--website/node.html5
-rw-r--r--website/sh_vim-dark.css4
2 files changed, 2 insertions, 7 deletions
diff --git a/website/node.html b/website/node.html
index 3240c60f688..488f8641248 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)</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
diff --git a/website/sh_vim-dark.css b/website/sh_vim-dark.css
index ae1d75c4ad8..7f3291da90c 100644
--- a/website/sh_vim-dark.css
+++ b/website/sh_vim-dark.css
@@ -5,7 +5,7 @@
}
.sh_sourceCode .sh_symbol , .sh_sourceCode .sh_cbracket {
- color: #bbd;
+ color: #cd5;
}
.sh_sourceCode .sh_keyword {
@@ -14,7 +14,7 @@
.sh_sourceCode .sh_string, .sh_sourceCode .sh_regexp, .sh_sourceCode .sh_number
{
- color: #daa;
+ color: #B0C4DE;
}
.sh_sourceCode .sh_comment {