Skip to content

Commit

Permalink
[fix] xaoxuu#402 dark statusbar theme-color on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
L33Z22L11 committed Apr 5, 2024
1 parent 27cd6fb commit a450d83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a450d83

Please sign in to comment.