From f04afb1b5aef3094ba0ff7e815c6054072d32c28 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 20 Dec 2025 17:12:47 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9pare=20l'affichage=20du=20fond=20du=20po?= =?UTF-8?q?ster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/base.css | 5 ----- css/poster.css | 1 + poster.html | 10 +++++----- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/css/base.css b/css/base.css index 77f9ec7..da9c367 100644 --- a/css/base.css +++ b/css/base.css @@ -24,7 +24,6 @@ } html, body { - height: 100%; margin: 0; font-family: "Verdana", "Helvetica", "Arial", sans-serif; color: var(--text-color-primary); @@ -40,10 +39,6 @@ a { text-decoration: none; } -main { -} - - main h1, main h2, main h3 { font-family: MonTrappist; color: white; diff --git a/css/poster.css b/css/poster.css index 940d911..4e36b2f 100644 --- a/css/poster.css +++ b/css/poster.css @@ -16,6 +16,7 @@ main { box-shadow: 5px 5px 5px #00000085; margin: 50px auto; position: relative; + background: var(--primary-bg-color); } @page { diff --git a/poster.html b/poster.html index d577714..5f3f04a 100644 --- a/poster.html +++ b/poster.html @@ -21,11 +21,11 @@