File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,15 @@ export default function Document() {
1616 />
1717
1818 { /* PWA primary color */ }
19- < meta name = "theme-color" content = "#0d6efd" />
19+ < Head >
20+ < meta name = "theme-color" media = "(prefers-color-scheme: light)" content = "#ffffff" />
21+ < meta name = "theme-color" media = "(prefers-color-scheme: dark)" content = "#0d1117" />
22+ </ Head >
23+
2024 { /*/!* Link to your manifest *!/*/ }
21- < link rel = "manifest" href = "/manifest.json" />
25+ < link rel = "manifest" href = "/manifest.json" />
2226 { /*/!* App icons *!/*/ }
23- < link rel = "apple-touch-icon" href = "/favicon.ico" />
27+ < link rel = "apple-touch-icon" href = "/favicon.ico" />
2428
2529 < Script src = "/init-theme.js" strategy = "beforeInteractive" />
2630 { IS_DEPLOYED && < Script id = "devtools-warning" strategy = "afterInteractive" dangerouslySetInnerHTML = { {
Original file line number Diff line number Diff line change 1111 "start_url" : " ." ,
1212 "display" : " standalone" ,
1313 "background_color" : " #ffffff" ,
14- "theme_color" : " #0d6efd " ,
14+ "theme_color" : " #ffffff " ,
1515 "orientation" : " portrait-primary"
1616}
You can’t perform that action at this time.
0 commit comments