From 45012610b9dc00a36d97918a6464dc18f39932f6 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 10 Nov 2006 05:38:53 +0000 Subject: [PATCH] choose better colors git-svn-id: https://svn.dealii.org/trunk@14179 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index ec65ca994f..b79af5f58b 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -213,15 +213,15 @@ td.build { } .test3 { - background-color: #E0FF00; + background-color: #FFFF00; } .test2 { - background-color: #FFFF00; + background-color: #FFA000; } .test1 { - background-color: #FF8000; + background-color: #FF2020; } .test0 { -- 2.39.5