Skip to content

Commit

Permalink
fix: Readd color-scheme
Browse files Browse the repository at this point in the history
This reverts commit b715268.
Since we removed `mix-blend-mode multiply` on .App
  • Loading branch information
JF-Cozy committed Jun 12, 2024
1 parent c1f427b commit e5929e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/targets/browser/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<meta name="color-scheme" content="light dark" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, viewport-fit=cover">
<link rel="preload" href="//{{.Domain}}/assets/fonts/Lato-Bold.immutable.woff2" as="font" type="font/woff2"
crossorigin>
Expand Down
1 change: 1 addition & 0 deletions src/targets/intents/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{{.Favicon}}
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<meta name="color-scheme" content="light dark" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preload" href="//{{.Domain}}/assets/fonts/Lato-Bold.immutable.woff2" as="font" type="font/woff2"
crossorigin>
Expand Down

0 comments on commit e5929e3

Please sign in to comment.