From c7185659aa9da23bdb38d093079d5c25d25c691e Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 9 Jan 2025 03:14:02 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/share/httpd/default/index.css --- rootfs/usr/share/httpd/default/index.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/rootfs/usr/share/httpd/default/index.css b/rootfs/usr/share/httpd/default/index.css index a3d69ff..bfe96d3 100644 --- a/rootfs/usr/share/httpd/default/index.css +++ b/rootfs/usr/share/httpd/default/index.css @@ -2,16 +2,13 @@ TD, TH, BODY { font-family: Verdana, Helvetica, sans-serif; - font-size: 14px; + font-size: 1.1rem; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; - background-color: #333; - color: #fff; -} - -BODY { + text-align: center; + text-wrap: balance; background-color: #333; color: #fff; background-image: url('/index.png');