Skip to content

Commit

Permalink
Remove background color from site pages
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 23, 2025
1 parent 97af892 commit 2be9a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PROPOSAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2be9a93

Please sign in to comment.