CSS Fix background image

This commit is contained in:
“VeLiTi”
2024-05-13 16:03:16 +02:00
parent 4a5d140bc0
commit 3c69b478c4
3 changed files with 3 additions and 3 deletions

View File

@@ -262,7 +262,7 @@ filter: drop-shadow(5px 5px 5px #222);
</style>
</head>
<body style="background-color:'.color_accent.';background-image: url(./assets/images/emergencyplug-auto-in-licht.jpg);
background-position: center center;">
background-position: center center;background-size: 100% 100%; min-height: 100vh;background-repeat: no-repeat;">
';
//Maintenance mode notification message

View File

@@ -233,7 +233,7 @@ echo '
</style>
</head>
<body style="background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./assets/images/emergencyplug-auto-in-licht.jpg);
background-position: center center;">
background-position: center center;background-size: 100% 100%; min-height: 100vh;background-repeat: no-repeat;">
<header>
</header>
<main style="color:#fff">

View File

@@ -257,7 +257,7 @@ filter: drop-shadow(5px 5px 5px #222);
</style>
</head>
<body style="background-color:#2FAC66;background-image: url(./assets/images/emergencyplug-auto-in-licht.jpg);
background-position: center center;">
background-position: center center;background-size: 100% 100%; min-height: 100vh;background-repeat: no-repeat;">
';
//Maintenance mode notification message