From b4a886552afe3be0c0043ed19f6b05e3798efa61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 20 Jul 1999 19:56:46 -0700
Subject: [PATCH] colors changed

Rev: tutorial/html.pike:1.36
---
 tutorial/html.pike | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/html.pike b/tutorial/html.pike
index db4da02aa0..fbb8f6111f 100644
--- a/tutorial/html.pike
+++ b/tutorial/html.pike
@@ -978,7 +978,7 @@ SGML wmml_to_html(SGML data)
     ret=({
       Sgml.Tag("body",
 	       ([
-		 "bgcolor":"#CCD9D2",
+		 "bgcolor":"#ffffff",
 		 "text":"#000000",
 		 "link":"blue",
 		 "vlink":"purple",
-- 
GitLab