From 54eec3db2c631d6d3b16ba0316db0e0e6f3367a3 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 23 Feb 2012 17:42:14 -0800 Subject: [PATCH] godoc: fine-tuning .css R=adg CC=golang-dev https://golang.org/cl/5699057 --- doc/style.css | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/doc/style.css b/doc/style.css index 821c886a158..85193f47b8f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -13,26 +13,15 @@ pre { pre .comment { color: #375EAB; } -pre .highlight { - background: #FFFF00; -} -pre .highlight-comment { - background: #FFFF00; - color: #375EAB; -} -pre .selection { - background: #FF9632; -} -pre .selection-comment { - background: #FF9632; - color: #375EAB; -} -pre .selection-highlight { - background: #FFFF00; -} +pre .highlight, +pre .highlight-comment, +pre .selection-highlight, pre .selection-highlight-comment { - background: #FFFF00; - color: #375EAB; + background: #FFFF00; +} +pre .selection, +pre .selection-comment { + background: #FF9632; } pre .ln { color: #999; @@ -110,7 +99,7 @@ table.dir td { } .alert { - color: #FF0000; + color: #AA0000; } #heading {