[fix] #402 dark statusbar theme-color on phone (#424)

This commit is contained in:
纸鹿/Zhilu 2024-04-06 02:18:10 +08:00 committed by GitHub
parent 27cd6fb391
commit 6f21c5166f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ function custom_inject() {
<meta name="HandheldFriendly" content="True" >
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#f8f8f8">
<meta name="theme-color" content="#f9fafb">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#1c1e21">
<title><%- generate_title() %></title>