diff --git a/haproxy/html/maintenance.html b/haproxy/html/maintenance.html index 1770108..4108321 100644 --- a/haproxy/html/maintenance.html +++ b/haproxy/html/maintenance.html @@ -7,7 +7,7 @@ :root{--text-color:#c5c8c6;--bg-color:#1d1f21} @media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}} a,a:visited{color:var(--text-color)} -body,html{height:100%} +body,html{height:100%%} body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;text-align:center;margin:0} code{background-color:#dfdfdf30;border-radius:3px;padding:0 3px;} img,h3,p{margin:0 0 5px 0} @@ -18,7 +18,7 @@ footer{font-size:x-small;margin-top:auto;margin-bottom:20px}.pt{padding-top:30vh