mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_http_errors: Dark theme!
This commit is contained in:
parent
09e8795afb
commit
6518e5f41b
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue