From 2f002b5e0bd2f336c7034280f671958e0156b4e9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Nov 2003 20:24:39 +0000 Subject: [PATCH] This color is making me want to puke :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9928 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/llvm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llvm.css b/docs/llvm.css index 1b30c063b02..2f234daaa7f 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -10,7 +10,7 @@ */ /* Common for title and header */ .doc_title, .doc_section, .doc_subsection { - color: #eeeeff; background: #330077; + color: #ffffff; background: #330077; font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold; padding-left: 8pt }