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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 2be9a93d2 Remove background color from site pages
2be9a93d2 is described below
commit 2be9a93d28ef4b87d3b5bc7616becaf1e9072f36
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:07:01 2025 -0500
Remove background color from site pages
---
PROPOSAL.html | 2 +-
src/main/javadoc/overview.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/PROPOSAL.html b/PROPOSAL.html
index a96b3e688..c9cd340e4 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -19,7 +19,7 @@
<head>
<title>Proposal for IO Package</title>
</head>
- <body bgcolor="white">
+ <body>
<div align="center">
<h1>Proposal for <em>IO</em> Package</h1>
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 5f2ff1e77..bb7059e35 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -16,7 +16,7 @@
limitations under the License.
-->
<html>
-<body bgcolor="white">
+<body>
<p>
The commons-io component contains utility classes,
filters, streams, readers and writers.