summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2025-05-20 23:08:49 +0200
committerGravatar grunfink2025-05-20 23:08:49 +0200
commit5059fadf34b79a9f596313b0bd859c1eb89342ae (patch)
tree7b4936bdb5ea07c7dd617d508c487d70020f0146
parentUpdated RELEASE_NOTES. (diff)
parentmake greetings theme adaptive; define style in header (diff)
downloadpenes-snac2-5059fadf34b79a9f596313b0bd859c1eb89342ae.tar.gz
penes-snac2-5059fadf34b79a9f596313b0bd859c1eb89342ae.tar.xz
penes-snac2-5059fadf34b79a9f596313b0bd859c1eb89342ae.zip
Merge pull request 'make greetings theme adaptive; define style in header' (#397) from postscriptum/snac2:adaptive-greeting-page into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/397
-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 =
101 "<html><head>\n" 101 "<html><head>\n"
102 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n" 102 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n"
103 "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n" 103 "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n"
104 "<style>*{color-scheme:light dark}body{margin:auto;max-width:50em}</style>\n"
104 "<title>Welcome to %host%</title>\n</head>\n" 105 "<title>Welcome to %host%</title>\n</head>\n"
105 "<body style=\"margin: auto; max-width: 50em\">\n" 106 "<body>\n"
106 "%blurb%" 107 "%blurb%"
107 "<p>The following users are part of this community:</p>\n" 108 "<p>The following users are part of this community:</p>\n"
108 "\n" 109 "\n"