mirror of
https://github.com/golang/go
synced 2024-11-21 15:54:43 -07:00
doc: grey out line numbers
R=gri CC=golang-dev https://golang.org/cl/5675049
This commit is contained in:
parent
0ab3ea9738
commit
a50315304d
@ -10,6 +10,9 @@ pre, code {
|
||||
pre .comment {
|
||||
color: #375EAB;
|
||||
}
|
||||
pre .ln {
|
||||
color: #999;
|
||||
}
|
||||
body {
|
||||
color: #222;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user