diff --git a/plugins/mod_http_errors.lua b/plugins/mod_http_errors.lua index 1abdc57e7..727b25161 100644 --- a/plugins/mod_http_errors.lua +++ b/plugins/mod_http_errors.lua @@ -45,6 +45,13 @@ p.extra { font-size : large; font-family : courier } + +@media(prefers-color-scheme: dark) { + body { + background-color: #161616; + color: #eee + } +}