snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit bf94f6af7741f488f96deb16071707f11e692550
parent 072ae21013dc924c6bb3378a2480b571a66aba98
Author: postscriptum <postscriptum@project>
Date:   Tue, 20 May 2025 21:29:17 +0300

make greetings theme adaptive; define style in header

Diffstat:
Mutils.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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"