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