Comparison

plugins/mod_http_errors.lua @ 11154:dd81a318a794

mod_http_errors: Dark theme!
author Kim Alvefur <zash@zash.se>
date Mon, 12 Oct 2020 18:16:18 +0200
parent 11153:e4075ca84a1a
child 11155:8d692a8a8f48
comparison
equal deleted inserted replaced
11153:e4075ca84a1a 11154:dd81a318a794
43 43
44 p.extra { 44 p.extra {
45 font-size : large; 45 font-size : large;
46 font-family : courier 46 font-family : courier
47 } 47 }
48
49 @media(prefers-color-scheme: dark) {
50 body {
51 background-color: #161616;
52 color: #eee
53 }
54 }
48 </style> 55 </style>
49 </head> 56 </head>
50 <body> 57 <body>
51 <h1>{title}</h1> 58 <h1>{title}</h1>
52 <p>{message}</p> 59 <p>{message}</p>