Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b381cbc

Browse files
committedAug 16, 2021
Dark mode support in welcome and 50x error pages.
Prodded by Duncan Lock.
1 parent e455bce commit b381cbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎docs/html/50x.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Error</title>
55
<style>
6+
html { color-scheme: light dark; }
67
body { width: 35em; margin: 0 auto;
78
font-family: Tahoma, Verdana, Arial, sans-serif; }
89
</style>

‎docs/html/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Welcome to nginx!</title>
55
<style>
6+
html { color-scheme: light dark; }
67
body { width: 35em; margin: 0 auto;
78
font-family: Tahoma, Verdana, Arial, sans-serif; }
89
</style>

0 commit comments

Comments
 (0)
Failed to load comments.