فهرست منبع

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
grunfink 1 سال پیش
والد
کامیت
5059fadf34
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      utils.c

+ 2 - 1
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"