From c244d95a940b5a26055159ee7bf7ac94b7a4f7ce Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 7 Jun 2025 14:57:07 +0200 Subject: [PATCH] Add kiwix-serve homepage background color --- static/skin/kiwix.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/skin/kiwix.css b/static/skin/kiwix.css index 76abebfe..36189173 100644 --- a/static/skin/kiwix.css +++ b/static/skin/kiwix.css @@ -13,6 +13,7 @@ html { body { position: relative; box-sizing: border-box; + background: #f9f9f9; } .loader {