mirror of https://github.com/nodejs/node.git
doc: set default background color to white
parent
58db21e6c5
commit
323bbdb0cb
|
@ -8,6 +8,7 @@ body {
|
|||
font-size: 14px;
|
||||
line-height: 180%;
|
||||
color: black;
|
||||
background-color: white;
|
||||
margin: 0; padding: 49px 0 0 0;
|
||||
border-top: 6px #8CC84B solid;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue