aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 576b17c..d50707a 100644
--- a/utils.c
+++ b/utils.c
@@ -101,8 +101,9 @@ static const char *greeting_html =
"<html><head>\n"
"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n"
"<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n"
+ "<style>*{color-scheme:light dark}body{margin:auto;max-width:50em}</style>\n"
"<title>Welcome to %host%</title>\n</head>\n"
- "<body style=\"margin: auto; max-width: 50em\">\n"
+ "<body>\n"
"%blurb%"
"<p>The following users are part of this community:</p>\n"
"\n"