mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_http_errors: Minify CSS
Because It looks too big in view source!
This commit is contained in:
parent
fa59c6b45f
commit
699e27da56
1 changed files with 6 additions and 25 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue