summaryrefslogtreecommitdiff
path: root/docs/llvm.css
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-12 20:24:39 +0000
committerChris Lattner <sabre@nondot.org>2003-11-12 20:24:39 +0000
commit2f002b5e0bd2f336c7034280f671958e0156b4e9 (patch)
tree7b0ff1aace79d0f5cfad53414319d47c82e70ebb /docs/llvm.css
parent22f9645135a637dafebc55658d767c9742686604 (diff)
downloadllvm-2f002b5e0bd2f336c7034280f671958e0156b4e9.tar.gz
llvm-2f002b5e0bd2f336c7034280f671958e0156b4e9.tar.bz2
llvm-2f002b5e0bd2f336c7034280f671958e0156b4e9.tar.xz
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
Diffstat (limited to 'docs/llvm.css')
-rw-r--r--docs/llvm.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/llvm.css b/docs/llvm.css
index 1b30c063b0..2f234daaa7 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
}