This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch preview/refresh in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/refresh by this push: new c7b5a13 Adjust body color and footer top border c7b5a13 is described below commit c7b5a13fc2c311ae17027d70b2d2b28fd2f46d7d Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Wed Jun 30 08:43:52 2021 -0700 Adjust body color and footer top border --- theme/openoffice/static/css/openoffice.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/openoffice/static/css/openoffice.css b/theme/openoffice/static/css/openoffice.css index 96e93f4..50b0709 100644 --- a/theme/openoffice/static/css/openoffice.css +++ b/theme/openoffice/static/css/openoffice.css @@ -16,14 +16,14 @@ */ body { - color: white; + color: #333; font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; font-size: 18px; margin: 0; } .footer { - border-top: 1px solid black; + border-top: 1px solid #0e85cd; padding-top: 3px; } .right-align {