Dark mode support in welcome and 50x error pages.

Prodded by Duncan Lock.
This commit is contained in:
Maxim Dounin 2021-08-16 16:36:08 +03:00
parent 7bbf91b130
commit 13f1647e50
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<title>Error</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>

View File

@ -3,6 +3,7 @@
<head>
<title>Welcome to nginx!</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>