From: Rob Pike Date: Mon, 5 Oct 2009 22:17:30 +0000 (-0700) Subject: add a little more saturation to the background of
 so it doesn't disappear on... 
X-Git-Tag: weekly.2009-11-06~409
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=38dae338f638b2df8b166ab8d7b066460d6ec660;p=gostls13.git

add a little more saturation to the background of 
 so it doesn't disappear on bright monitors.
verified as acceptable on my calibrated home monitor.

R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=35340
CL=35342
---

diff --git a/doc/style.css b/doc/style.css
index 3ac55da7a5..fcbc0b3bd5 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -43,7 +43,7 @@ h2 {
 
 pre{
   font-size: 9pt;
-  background-color: #fafaff;
+  background-color: #f8f8ff;
   margin: 1em 0 0 0;
   padding: .99em;
   line-height: 125%;