Skip to content

Commit 23f05bd

Browse files
committed
Add a theme color for mobile browsers
1 parent afd240e commit 23f05bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title><%= webpackConfig.template.title %></title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="theme-color" content="#2B3A42">
78
<link rel="shortcut icon" href="/assets/favicon.ico">
89

910
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />

0 commit comments

Comments
 (0)