We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
theme-color
<meta>
1 parent ab7217a commit 420628aCopy full SHA for 420628a
src/output.c
@@ -249,6 +249,7 @@ print_html_header (FILE * fp, FILE *fcs)
249
"<html lang='%s'>"
250
"<head>"
251
"<meta charset='UTF-8'>"
252
+ "<meta name='theme-color' content='#1e1e2f'>"
253
"<meta name='referrer' content='no-referrer'>"
254
"<meta http-equiv='X-UA-Compatible' content='IE=edge'>"
255
"<meta name='google' content='notranslate'>"
0 commit comments