Maxim Dounin
August 16, 2021 09:42AM
details: https://hg.nginx.org/nginx/rev/f2ddd0c491bf
branches:
changeset: 7903:f2ddd0c491bf
user: Maxim Dounin <mdounin@mdounin.ru>
date: Mon Aug 16 16:36:08 2021 +0300
description:
Dark mode support in welcome and 50x error pages.

Prodded by Duncan Lock.

diffstat:

docs/html/50x.html | 1 +
docs/html/index.html | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 67c68cd973b8 -r f2ddd0c491bf docs/html/50x.html
--- a/docs/html/50x.html Mon Aug 16 16:36:06 2021 +0300
+++ b/docs/html/50x.html Mon Aug 16 16:36:08 2021 +0300
@@ -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>
diff -r 67c68cd973b8 -r f2ddd0c491bf docs/html/index.html
--- a/docs/html/index.html Mon Aug 16 16:36:06 2021 +0300
+++ b/docs/html/index.html Mon Aug 16 16:36:08 2021 +0300
@@ -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>
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Dark mode support in welcome and 50x error pages.

Maxim Dounin 363 August 16, 2021 09:42AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 242
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready