From 4280fef5a58db3293ef41a6dc4e05d7dd369912c Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 10 Apr 2026 12:51:49 +0200 Subject: [PATCH] lighter background --- templates/common.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/common.css b/templates/common.css index 8da414a..b66b13c 100644 --- a/templates/common.css +++ b/templates/common.css @@ -2,7 +2,7 @@ body, html { height: 100%; margin: 0; padding: 0; - background-color: lightgrey; + background-color: #f7f7f7; display: flex; } @@ -77,4 +77,3 @@ body, html { gap: 10px; margin-bottom: 20px; } -