répare l'affichage du fond du poster

This commit is contained in:
vincent-peugnet 2025-12-20 17:12:47 +01:00
parent 6ff0b2ef88
commit f04afb1b5a
3 changed files with 6 additions and 10 deletions

View file

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

View file

@ -16,6 +16,7 @@ main {
box-shadow: 5px 5px 5px #00000085;
margin: 50px auto;
position: relative;
background: var(--primary-bg-color);
}
@page {