[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.
This commit is contained in:
Rahix 2026-03-10 19:58:59 +01:00
parent fa1fb9e38d
commit faf038fa32
2 changed files with 0 additions and 2 deletions

View file

@ -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;
}