From dd0af6781f71dd1dfeb7b13cd67022af96bb3d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 11 Sep 2025 12:04:13 +0300 Subject: [PATCH] Update footer style in Nginx default page --- files/nginx/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/nginx/index.html b/files/nginx/index.html index c19a6f9..4631b96 100644 --- a/files/nginx/index.html +++ b/files/nginx/index.html @@ -59,6 +59,8 @@ footer { color: #555555 !important; + font-size: small; + font-weight: bold; margin-top: 50px; }