Skip to content

Commit

Permalink
feat(soffit-pwa): theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Jan 19, 2023
1 parent 93ad66c commit a4fc69c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions uniquely/soffit-pwa/res/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script type="module" src="alwatr-pwa.js"></script>

<meta name="color-scheme" content="light dark" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#673ab7" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#673ab7" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#2b4f9c" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#b1c5ff" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2, user-scalable=yes, viewport-fit=cover"
Expand All @@ -31,7 +31,7 @@
<link rel="apple-touch-icon" href="image/icon-180.png" />
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="image/icon-512.png" />
<meta name="msapplication-TileColor" content="#673ab7" />
<meta name="msapplication-TileColor" content="#2b4f9c" />
<meta name="msapplication-tap-highlight" content="no" />

<meta name="description" content="A good ceiling is vital. But a SOFFIT ceiling can be an inspiration." />
Expand Down
4 changes: 2 additions & 2 deletions uniquely/soffit-pwa/res/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A good ceiling is vital. But a SOFFIT ceiling can be an inspiration.",
"start_url": "/?pwa",
"display": "standalone",
"theme_color": "#673ab7",
"background_color": "#673ab7",
"theme_color": "#2b4f9c",
"background_color": "#faf8ff",
"orientation": "portrait",
"default_locale": "en",
"icons": [
Expand Down

0 comments on commit a4fc69c

Please sign in to comment.