summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/generators/template/html/html.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb
index fd9917b43a..72e57baa3a 100644
--- a/lib/rdoc/generators/template/html/html.rb
+++ b/lib/rdoc/generators/template/html/html.rb
@@ -122,8 +122,8 @@ div#description {
border: 1px dotted #999;
}
-div#description h1,h3,h3,h4,h5,h6 {
- color: black;
+div#description h1,h2,h3,h4,h5,h6 {
+ color: #125;;
background: transparent;
}