Add some missing body tags using the standard colors.
Also set the background color in the footer table cell on the main page.

Tim.

Index: crypto.html
===================================================================
RCS file: /cvs/www/crypto.html,v
retrieving revision 1.149
diff -u -p -r1.149 crypto.html
--- crypto.html 24 Apr 2016 20:08:48 -0000      1.149
+++ crypto.html 18 May 2016 01:22:46 -0000
@@ -9,6 +9,8 @@
 <link rel="canonical" href="http://www.openbsd.org/crypto.html";>
 </head>
 
+<body bgcolor="#ffffff" text="#000000" link="#23238E">
+
 <h2>
 <a href="index.html">
 <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
Index: hackathons.html
===================================================================
RCS file: /cvs/www/hackathons.html,v
retrieving revision 1.97
diff -u -p -r1.97 hackathons.html
--- hackathons.html     25 Apr 2016 09:09:55 -0000      1.97
+++ hackathons.html     18 May 2016 01:22:46 -0000
@@ -11,6 +11,8 @@
 <link rel="canonical" href="http://www.openbsd.org/hackathons.html";>
 </head>
 
+<body bgcolor="#ffffff" text="#000000" link="#23238E">
+
 <h2>
 <a href="index.html">
 <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
Index: index.html
===================================================================
RCS file: /cvs/www/index.html,v
retrieving revision 1.698
diff -u -p -r1.698 index.html
--- index.html  9 May 2016 20:19:23 -0000       1.698
+++ index.html  18 May 2016 01:22:46 -0000
@@ -84,7 +84,7 @@
       <img width=60px height=90px src="images/rack2009-s.png"
        style="float:left;"></a>
        </td>
-    <td valign="bottom">
+    <td bgcolor="#ffffff" valign="bottom">
       <hr>
       Associated projects:
       <a href="http://www.openssh.com";>OpenSSH</a>,
Index: lyrics.html
===================================================================
RCS file: /cvs/www/lyrics.html,v
retrieving revision 1.170
diff -u -p -r1.170 lyrics.html
--- lyrics.html 24 Apr 2016 20:08:49 -0000      1.170
+++ lyrics.html 18 May 2016 01:22:46 -0000
@@ -12,6 +12,8 @@
 <link rel="canonical" href="http://www.openbsd.org/lyrics.html";>
 </head>
 
+<body bgcolor="#ffffff" text="#000000" link="#23238E">
+
 <h2>
 <a href="index.html">
 <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
Index: papers/index.html
===================================================================
RCS file: /cvs/www/papers/index.html,v
retrieving revision 1.254
diff -u -p -r1.254 index.html
--- papers/index.html   23 Apr 2016 03:26:00 -0000      1.254
+++ papers/index.html   18 May 2016 01:22:46 -0000
@@ -13,6 +13,8 @@
     UPDATE events.html WHEN ADDING TALKS HERE!
 -->
 
+<body bgcolor="#ffffff" text="#000000" link="#23238E">
+
 <h2>
 <a href="../index.html">
 <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>

Reply via email to