mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
Modify website colors.
This commit is contained in:
parent
87e6578aa9
commit
5dce17c5aa
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user