diff --git a/haproxy/errors/400.http b/haproxy/errors/400.http index 7683c51..360d708 100644 --- a/haproxy/errors/400.http +++ b/haproxy/errors/400.http @@ -12,19 +12,19 @@ Content-Type: text/html :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{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Arial,Helvetica,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} -footer{font-size:x-small;margin-top:auto;margin-bottom:20px}.pt{padding-top:30vh} +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;max-width:60em;margin:0 auto;padding: 0 20px} +code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590} +.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;} +img,h3{margin:0 0 5px 0} +footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}