mod_http_errors: Dark theme!

This commit is contained in:
Kim Alvefur 2020-10-12 18:16:18 +02:00
parent 09e8795afb
commit 6518e5f41b

View file

@ -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>