Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit d2421af

Browse files
committed
🎨 style: make theme color Tailwind UI blue-500, and capitalize background_color's hex code in manifest.json
1 parent 2a493cd commit d2421af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%sapper.base%
99

1010
<link rel="manifest" href="manifest.json" />
11-
<meta name="theme-color" content="#0096D1">
11+
<meta name="theme-color" content="#3F83F8">
1212

1313
<link rel="icon" type="image/png" href="favicon.png" />
1414
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180.png">

‎static/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
],
2525
"start_url": "/",
2626
"display": "minimal-ui",
27-
"background_color": "#ffffff",
28-
"theme_color": "#0096D1",
27+
"background_color": "#FFFFFF",
28+
"theme_color": "#3F83F8",
2929
"screenshots": [
3030
{
3131
"src": "screenshot-1.png",

0 commit comments

Comments
 (0)