This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 16f5391f Remove background color from site pages
16f5391f is described below
commit 16f5391f2e7c10bb1de871364e4edac47fcf9ca5
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:06:37 2025 -0500
Remove background color from site pages
---
PROPOSAL.html | 2 +-
commons-digester3-core/src/main/resources/overview.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/PROPOSAL.html b/PROPOSAL.html
index b55f96f5..d55923b6 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -18,7 +18,7 @@
<head>
<title>Proposal for Digester Package</title>
</head>
-<body bgcolor="white">
+<body>
<div align="center">
<h1>Proposal for <em>Digester</em> Package</h1>
diff --git a/commons-digester3-core/src/main/resources/overview.html
b/commons-digester3-core/src/main/resources/overview.html
index 7217c74f..e5531f70 100644
--- a/commons-digester3-core/src/main/resources/overview.html
+++ b/commons-digester3-core/src/main/resources/overview.html
@@ -19,7 +19,7 @@
<head>
<title>Overview Documentation for COMMONS-DIGESTER</title>
</head>
-<body bgcolor="white">
+<body>
<p>The <em>Digester</em> component of the Apache Commons subproject supports
rules-based processing of arbitrary XML documents.</p>