diff options
Diffstat (limited to 'docs/html/index.html')
| -rw-r--r-- | docs/html/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/html/index.html b/docs/html/index.html index 2ca3b9543..e8f562255 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -3,11 +3,9 @@ <head> <title>Welcome to nginx!</title> <style> - body { - width: 35em; - margin: 0 auto; - font-family: Tahoma, Verdana, Arial, sans-serif; - } +html { color-scheme: light dark; } +body { width: 35em; margin: 0 auto; +font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> |
