mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
Dark mode support in welcome and 50x error pages.
Prodded by Duncan Lock.
This commit is contained in:
parent
e455bcedf7
commit
b381cbc085
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Error</title>
|
<title>Error</title>
|
||||||
<style>
|
<style>
|
||||||
|
html { color-scheme: light dark; }
|
||||||
body { width: 35em; margin: 0 auto;
|
body { width: 35em; margin: 0 auto;
|
||||||
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Welcome to nginx!</title>
|
<title>Welcome to nginx!</title>
|
||||||
<style>
|
<style>
|
||||||
|
html { color-scheme: light dark; }
|
||||||
body { width: 35em; margin: 0 auto;
|
body { width: 35em; margin: 0 auto;
|
||||||
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user