From faf038fa32a6d5e607b9820b5555e63c2d5983ce Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 10 Mar 2026 19:58:59 +0100 Subject: [PATCH] [FAFO] Drop superfluous background-color of header and footer These are not needed since the page already has the same background color. Remove them so they don't interfere when we put an image in the background. --- css/area_footer.less | 1 - css/area_header.less | 1 - 2 files changed, 2 deletions(-) diff --git a/css/area_footer.less b/css/area_footer.less index bc11b5a..2f2195a 100755 --- a/css/area_footer.less +++ b/css/area_footer.less @@ -35,7 +35,6 @@ .main-footer { position: relative; box-sizing: border-box; - background-color: @ini_background_site; margin-top: 5px; // for box-shadow of content text-align: center; } diff --git a/css/area_header.less b/css/area_header.less index 50588a8..c6866e7 100755 --- a/css/area_header.less +++ b/css/area_header.less @@ -85,7 +85,6 @@ /* + + + wiki title + + + */ p.title { - background-color: @ini_background_site; opacity: @header-font-opacity; color: @ini_text_webframe; line-height: @line-height-default;