mod_http_errors: Dark theme!

remotes/origin/master
Kim Alvefur 5 years ago
parent 09e8795afb
commit 6518e5f41b
  1. 7
      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
}
}
</style>
</head>
<body>

Loading…
Cancel
Save