diff --git a/core/modules/system/css/system.maintenance.css b/core/modules/system/css/system.maintenance.css index 61f50ea..fe7d2fc 100644 --- a/core/modules/system/css/system.maintenance.css +++ b/core/modules/system/css/system.maintenance.css @@ -65,7 +65,7 @@ background-image: url('images/noise-low.png'), radial-gradient( hsl(203, 80%, 45%), hsl(203, 80%, 32%) ); - background-repeat: repeat, no-repeat; + background-repeat: repeat; background-position: left top, 50% 50%; min-height: 100%; -} \ No newline at end of file +} diff --git a/core/modules/system/templates/install-page.html.twig b/core/modules/system/templates/install-page.html.twig index d439e6c..7c32330 100644 --- a/core/modules/system/templates/install-page.html.twig +++ b/core/modules/system/templates/install-page.html.twig @@ -25,19 +25,15 @@