mod_http_errors: Minify CSS

Because It looks too big in view source!
This commit is contained in:
Kim Alvefur 2021-02-18 14:55:38 +01:00
parent fa59c6b45f
commit 699e27da56

View file

@ -26,31 +26,12 @@ local html = [[
<meta charset="utf-8">
<title>{title}</title>
<style>
body {
margin-top : 14%;
text-align : center;
background-color : #F8F8F8;
font-family : sans-serif
}
h1 {
font-size : xx-large
}
p {
font-size : x-large
}
p.extra {
font-size : large;
font-family : courier
}
@media(prefers-color-scheme: dark) {
body {
background-color: #161616;
color: #eee
}
body{margin-top:14%;text-align:center;background-color:#f8f8f8;font-family:sans-serif}
h1{font-size:xx-large}
p{font-size:x-large}
p.extra{font-size:large;font-family:courier}
@media(prefers-color-scheme:dark){
body{background-color:#161616;color:#eee}
}
</style>
</head>